Skip to content

Commit 35fdcae

Browse files
authored
Fix: ignore 429 htmlproofer (too many requests normally github related)
1 parent af32605 commit 35fdcae

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
@@ -56,7 +56,7 @@ jobs:
5656
directory: ./_build/html
5757
arguments: |
5858
--ignore-files "/.+\/_static\/.+/"
59-
--ignore-status-codes "0, 200, 301, 401, 403, 503"
59+
--ignore-status-codes "0, 200, 301, 401, 403, 429, 503"
6060
--ignore-urls "https://github.com/pyOpenSci/software-review/issues/18#issuecomment-581752433"
6161
6262
# Save html as artifact

0 commit comments

Comments
 (0)