Skip to content

Commit c6c06c5

Browse files
Test if it works better when using tox in CI
1 parent 84b0b93 commit c6c06c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/checks.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,10 @@ jobs:
180180
- name: Check documentation build and links
181181
run: |
182182
. venv/bin/activate
183-
cd doc
184-
pre-commit run --hook-stage push sphinx-generated-doc --all-files || {
183+
tox -e docs || {
185184
echo "git diff:" ; \
186185
git diff ; \
187186
echo "End of 'git diff'" ; \
188-
echo "Make sure that 'make html' succeed without any modifications locally." ; \
187+
echo "Make sure that 'tox -e docs' succeed without any modifications locally." ; \
189188
exit 1; \
190189
}

0 commit comments

Comments
 (0)