Skip to content

Commit

Permalink
make doc fails when hitting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mcocdawc committed Nov 20, 2024
1 parent b4219bc commit 348e89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Test building docs & Archive the results
run: |
cd docs
make html
make html SPHINXOPTS="-W --keep-going -n"
ls build/html
tar czf docs.tar.gz --directory=build/html .
cd ..
Expand Down

0 comments on commit 348e89b

Please sign in to comment.