Skip to content

Commit a97071e

Browse files
committed
Fix: catch 404s but ignore time out errors
1 parent d65dc13 commit a97071e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
directory: "_build/html"
6969
arguments: |
7070
--ignore-files "/.+\/_static\/.+/,/genindex.html/"
71-
--ignore-status-codes "404, 403, 429, 503"
71+
--ignore-status-codes "0, 403, 429, 503"

0 commit comments

Comments
 (0)