Skip to content

Commit

Permalink
Merge pull request #933 from jhlegarreta/ConsiderDocWarningsAsErrors
Browse files Browse the repository at this point in the history
NF: Consider warnings as errors in documentation CI build
  • Loading branch information
skoudoro committed Aug 28, 2024
2 parents 81cd35e + 6c19ac4 commit 4853890
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 4853890

Please sign in to comment.