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 9d65f10 commit 9a05e92
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 @@ -40,4 +40,5 @@ jobs:
# SPHINXOPTS='-W --keep-going' make html
cd docs
make html >html.log 2>&1
grep -E "ERROR|CRITICAL" html.log
# set exit code if found
grep -E "ERROR|CRITICAL" html.log && false

0 comments on commit 9a05e92

Please sign in to comment.