Skip to content

Commit 50cf4cb

Browse files
committed
Fix filepath
1 parent 276437b commit 50cf4cb

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/Python.epub
84+
epubcheck Doc/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)