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 042ec52 commit 9d65f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
# -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
make html >html.log 2>&1
grep -E "ERROR|CRITICAL" html.log

0 comments on commit 9d65f10

Please sign in to comment.