Skip to content

Commit

Permalink
CI: always build docs from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed May 11, 2024
1 parent 730d84d commit b01379c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
- name: Build docs
run: |
mkdir test_cache # not really need but pytest setup relies on it
sphinx-build ./docs ./docs/_build/html -a -E -W -n --keep-going
cd ./docs
make clean
make html
- name: Publish docs
if: (github.event_name == 'release') || inputs.publish
Expand Down

0 comments on commit b01379c

Please sign in to comment.