Skip to content

Commit c7f7ae6

Browse files
committed
continue-on-error
1 parent b339b4b commit c7f7ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
- name: 'Build EPUB documentation'
125125
run: make -C Doc/ PYTHON=../python epub
126126
- name: 'Run epubcheck'
127+
continue-on-error: true
127128
run: epubcheck Doc/build/epub/Python.epub &> Doc/epubcheck.txt
128129
- name: 'Check for fatal errors in EPUB'
129130
run: python Doc/tools/check-epub.py

0 commit comments

Comments
 (0)