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 1f58864 commit f043c2eCopy full SHA for f043c2e
.github/workflows/reusable-docs.yml
@@ -84,7 +84,7 @@ jobs:
84
epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
85
- name: 'Check for fatal errors in EPUB'
86
if: github.event_name == 'pull_request'
87
- continue-on-error: true # temporarily, until gh-136155 is fixed
+ continue-on-error: true # until gh-136155 is fixed
88
run: |
89
python Doc/tools/check-epub.py
90
0 commit comments