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 3837b1b commit 276437bCopy full SHA for 276437b
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
+ epubcheck 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