Skip to content

Commit

Permalink
Add linkcheck step
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Oct 11, 2022
1 parent 88c7e83 commit 18d984d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
run: |
python -m pip install -U pip
pip install ".[docs]"
- name: Check Links
run: |
cd docs
make linkcheck
- name: Compile to html
run: |
cd docs
Expand Down

0 comments on commit 18d984d

Please sign in to comment.