Skip to content

Commit

Permalink
fix: fix warning catching
Browse files Browse the repository at this point in the history
  • Loading branch information
theodu committed Sep 28, 2023
1 parent b273e56 commit fe969c9
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 @@ -139,7 +139,7 @@ jobs:
- name: Build
run: |
mkdocs build | tee doc-build.log
mkdocs build 2>&1 | tee doc-build.log
if grep -q "WARNING" doc-build.log; then
echo "::error::Documentation build completed with warnings"
Expand Down

0 comments on commit fe969c9

Please sign in to comment.