Skip to content

Commit 1f3ff72

Browse files
committed
Ignore 400 errors during html proofing
1 parent e504c6e commit 1f3ff72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- name: Jekyll build
2020
run: bundle exec jekyll build
2121
- name: HTMLProofer
22-
run: bundle exec htmlproofer ./_site/ --only-4xx --http-status-ignore "401,429" --empty-alt-ignore --allow-hash-href --url-ignore '/https://github.com/scala/docs.scala-lang/blob/master/.*/,/www.oracle.com/'
22+
run: bundle exec htmlproofer ./_site/ --only-4xx --http-status-ignore "400,401,429" --empty-alt-ignore --allow-hash-href --url-ignore '/https://github.com/scala/docs.scala-lang/blob/master/.*/,/www.oracle.com/'
2323

0 commit comments

Comments
 (0)