Skip to content

Commit 1a03807

Browse files
Add git diff so we can see what's wrong in CI
1 parent c98fc35 commit 1a03807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,5 +182,5 @@ jobs:
182182
run: |
183183
. venv/bin/activate
184184
cd doc
185-
pre-commit run --hook-stage push sphinx-generated-doc --all-files || { echo "Make sure that there \
185+
pre-commit run --hook-stage push sphinx-generated-doc --all-files || {git diff; echo "Make sure that there \
186186
are no modifications locally when launching 'make html'" ; exit 1; }

0 commit comments

Comments
 (0)