Skip to content

Commit

Permalink
Fail the build when there are warnings (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainGoussault committed Dec 15, 2021
1 parent d8d1f22 commit 7b55d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:

- name: Sphinx make
working-directory: ./docs
run: make clean && make html
run: make clean && make html SPHINXOPTS="-W"

0 comments on commit 7b55d79

Please sign in to comment.