Skip to content

Commit 02a7bcf

Browse files
committed
Update names of steps
1 parent b545811 commit 02a7bcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
--fail-if-regression \
7676
--fail-if-improved \
7777
--fail-if-new-news-nit
78-
- name: 'Build EPUB documentation and load EPUB checks to file'
78+
- name: 'Build EPUB documentation'
7979
continue-on-error: true
8080
run: |
8181
set -Eeuo pipefail
8282
make -C Doc/ PYTHON=../python SPHINXOPTS="--quiet" epub
8383
pip install epubcheck
8484
epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
85-
- name: 'Check for FATAL errors in EPUB'
85+
- name: 'Check for fatal errors in EPUB'
8686
if: github.event_name == 'pull_request'
8787
run: |
8888
python Doc/tools/check-epub.py

0 commit comments

Comments
 (0)