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 276437b commit 50cf4cbCopy full SHA for 50cf4cb
1 file changed
.github/workflows/reusable-docs.yml
@@ -81,7 +81,7 @@ jobs:
81
set -Eeuo pipefail
82
make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --fail-on-warning" epub
83
pip install epubcheck
84
- epubcheck build/epub/Python.epub
+ epubcheck Doc/build/epub/Python.epub
85
86
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
87
doctest:
0 commit comments