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 c7f7ae6 commit 8d42d13Copy full SHA for 8d42d13
.github/workflows/reusable-docs.yml
@@ -126,5 +126,6 @@ jobs:
126
- name: 'Run epubcheck'
127
continue-on-error: true
128
run: epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
129
+ - run: cat Doc/epubcheck.txt
130
- name: 'Check for fatal errors in EPUB'
131
run: python Doc/tools/check-epub.py
0 commit comments