We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea000d9 commit 8edc45cCopy full SHA for 8edc45c
.github/workflows/checks.yaml
@@ -182,5 +182,5 @@ jobs:
182
run: |
183
. venv/bin/activate
184
cd doc
185
- pre-commit run --hook-stage push sphinx-generated-doc --all-files || {git diff; echo "Make sure that there \
+ pre-commit run --hook-stage push sphinx-generated-doc --all-files || {git diff ; echo "Make sure that there \
186
are no modifications locally when launching 'make html'" ; exit 1; }
0 commit comments