Skip to content

Commit

Permalink
TST: add test for building the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Oct 19, 2020
1 parent eb7b9a6 commit e596c28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ jobs:
- name: Test with pytest
run: |
python -m pytest
- name: Test building documentation
run: |
python -m sphinx docs/ docs/_build/ -b html -W

0 comments on commit e596c28

Please sign in to comment.