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 b339b4b commit c7f7ae6Copy full SHA for c7f7ae6
.github/workflows/reusable-docs.yml
@@ -124,6 +124,7 @@ jobs:
124
- name: 'Build EPUB documentation'
125
run: make -C Doc/ PYTHON=../python epub
126
- name: 'Run epubcheck'
127
+ continue-on-error: true
128
run: epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
129
- name: 'Check for fatal errors in EPUB'
130
run: python Doc/tools/check-epub.py
0 commit comments