Skip to content

Commit 276437b

Browse files
committed
Specify the epub filename
1 parent 3837b1b commit 276437b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
set -Eeuo pipefail
8282
make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet --fail-on-warning" epub
8383
pip install epubcheck
84-
epubcheck build/epub
84+
epubcheck build/epub/Python.epub
8585
8686
# Run "doctest" on HEAD as new syntax doesn't exist in the latest stable release
8787
doctest:

0 commit comments

Comments
 (0)