Skip to content

Commit

Permalink
CI: Check for broken links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewimeson authored and adrienverge committed Mar 23, 2023
1 parent 9d0f598 commit 6b45be1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: rstcheck --ignore-directives automodule $(git ls-files '*.rst')
- run: yamllint --strict $(git ls-files '*.yaml' '*.yml')
- run: python setup.py build_sphinx
- name: Check for broken links in documentation
run: make -C docs linkcheck

test:
name: Tests
Expand Down

0 comments on commit 6b45be1

Please sign in to comment.