Skip to content

Commit

Permalink
ci: Fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Apr 6, 2024
1 parent f984af6 commit dc08cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: sudo apt-get install jq -y

- name: Generate Content
run: bash generate-content.sh
run: set -e; bash generate-content.sh

- name: Commit changes
run: |
Expand Down

0 comments on commit dc08cf2

Please sign in to comment.