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 b545811 commit 02a7bcfCopy full SHA for 02a7bcf
1 file changed
.github/workflows/reusable-docs.yml
@@ -75,14 +75,14 @@ jobs:
75
--fail-if-regression \
76
--fail-if-improved \
77
--fail-if-new-news-nit
78
- - name: 'Build EPUB documentation and load EPUB checks to file'
+ - name: 'Build EPUB documentation'
79
continue-on-error: true
80
run: |
81
set -Eeuo pipefail
82
make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet" epub
83
pip install epubcheck
84
epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
85
- - name: 'Check for FATAL errors in EPUB'
+ - name: 'Check for fatal errors in EPUB'
86
if: github.event_name == 'pull_request'
87
88
python Doc/tools/check-epub.py
0 commit comments