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 22cd474 commit d579290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ 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
make html 2>&1 | grep -E "ERROR|CRITICAL"
make html 2>&1 > html.log
grep -E "ERROR|CRITICAL" html.log

0 comments on commit d579290

Please sign in to comment.