Skip to content

Commit

Permalink
Revert validate.yml to match version in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Matos authored and Javier Matos committed May 14, 2024
1 parent 25efe31 commit a817242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
run: |
if ! git diff --quiet; then
echo "::error ::Detected changes when regenerating website."
git diff --stat
exit 1
fi
fi

0 comments on commit a817242

Please sign in to comment.