Skip to content

Commit

Permalink
fix: remove "continue-on-error"
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCrabe committed Dec 31, 2024
1 parent 08fd2bd commit 92e145b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/doc_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:

- name: Fail if any files changed
shell: bash
continue-on-error: true
run: |
if [[ $(git status --porcelain=v1 docs/ | wc -l) -ne 0 ]]; then
echo "docs/ needs an update"
Expand Down

0 comments on commit 92e145b

Please sign in to comment.