Skip to content

Commit

Permalink
Update error check in html build
Browse files Browse the repository at this point in the history
  • Loading branch information
theferrit32 committed Nov 4, 2024
1 parent d579290 commit 042ec52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
run: |
# -W is too noisy as it treats all warnings as errors and we have a lot of warnings
# SPHINXOPTS='-W --keep-going' make html
cd docs
make html 2>&1 > html.log
grep -E "ERROR|CRITICAL" html.log

0 comments on commit 042ec52

Please sign in to comment.