Skip to content

Commit

Permalink
Check links in dev documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Sep 27, 2020
1 parent c08f894 commit b906cee
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.3

# Check links
- name: Link Checker
- name: Check links in plain-text files
uses: peter-evans/link-checker@v1

- name: Checkout gh-pages branch
uses: actions/checkout@v2.3.3
with:
ref: gh-pages

# Check links of the dev documentation
- name: Check links in HTML files
uses: peter-evans/link-checker@v1
with:
args: -v -r dev/

0 comments on commit b906cee

Please sign in to comment.