8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 753d524 + 166273d commit 2ed3151Copy full SHA for 2ed3151
scripts/ci.sh
@@ -10,6 +10,6 @@ rm -r tut-tmp
10
bundle exec jekyll build
11
12
# Checking for docs.scala-lang/blob/master leads to a chicken and egg problem because of the edit links of new pages.
13
-bundle exec htmlproofer ./_site/ --only-4xx --http-status-ignore "401" --empty-alt-ignore --allow-hash-href --url-ignore '/https://github.com/scala/docs.scala-lang/blob/master/.*/'
+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/.*/'
14
15
exit 0
0 commit comments