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 47ab0dd commit 0b9d3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
# SPHINXOPTS='-W --keep-going' make html
cd docs
make html >html.log 2>&1
# set exit code if found
grep -E "ERROR|CRITICAL" html.log && false
# succeed if not found, fail if found
! grep -E "ERROR|CRITICAL" html.log

0 comments on commit 0b9d3f4

Please sign in to comment.