Skip to content

Commit f043c2e

Browse files
committed
Wording simplification
1 parent 1f58864 commit f043c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
8585
- name: 'Check for fatal errors in EPUB'
8686
if: github.event_name == 'pull_request'
87-
continue-on-error: true # temporarily, until gh-136155 is fixed
87+
continue-on-error: true # until gh-136155 is fixed
8888
run: |
8989
python Doc/tools/check-epub.py
9090

0 commit comments

Comments
 (0)