Skip to content

Commit 01ba3c6

Browse files
committed
Temporarily don't fail on EPUB check fatal errors
1 parent 02a7bcf commit 01ba3c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
8585
- name: 'Check for fatal errors in EPUB'
8686
if: github.event_name == 'pull_request'
87+
continue-on-error: true # temporarily, until gh-136155 is fixed
8788
run: |
8889
python Doc/tools/check-epub.py
8990

0 commit comments

Comments
 (0)