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.
1 parent 353fe04 commit 166273dCopy full SHA for 166273d
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