Skip to content

Commit

Permalink
feat: make job build fails if the build fails
Browse files Browse the repository at this point in the history
  • Loading branch information
theodu committed Oct 5, 2023
1 parent 2f819bc commit 0231246
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
- name: Build
run: |
set -e # Enable "exit on error" behavior
mkdocs build 2>&1 | tee doc-build.log
- name: Look for Warnings
Expand Down

0 comments on commit 0231246

Please sign in to comment.