From 166273d2b5e43fa5c4b1defac39bd92cd0d55f5f Mon Sep 17 00:00:00 2001 From: Byeongguk Gong Date: Wed, 15 Aug 2018 22:07:35 +0900 Subject: [PATCH] Fix 429 no error --- scripts/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index 8721df92cd..6539e73af0 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -10,6 +10,6 @@ rm -r tut-tmp bundle exec jekyll build # Checking for docs.scala-lang/blob/master leads to a chicken and egg problem because of the edit links of new pages. -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/.*/' exit 0