Skip to content

Commit

Permalink
NF: Consider warnings as errors in documentation CI build
Browse files Browse the repository at this point in the history
Consider warnings as errors in documentation CI build.
  • Loading branch information
jhlegarreta committed Aug 28, 2024
1 parent 81cd35e commit 6c19ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build docs
run: |
cd docs
make -C . html-no-examples
make -C . html-no-examples SPHINXOPTS="-W --keep-going"
- name: Deploy Devs
if: success() && github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 6c19ac4

Please sign in to comment.