Skip to content

Commit

Permalink
fix: divide the job into 2 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
theodu committed Sep 28, 2023
1 parent fe969c9 commit b0d1361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
run: |
mkdocs build 2>&1 | tee doc-build.log
- name: Look for Warnings
run: |
if grep -q "WARNING" doc-build.log; then
echo "::error::Documentation build completed with warnings"
exit 1
Expand Down

0 comments on commit b0d1361

Please sign in to comment.