Skip to content

Commit be98583

Browse files
author
julibert
committed
Ignore http status 429 en CI.
1 parent f5bda28 commit be98583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
2020

2121
echo "Ignoring urls: " $IGNORE_HREFS
2222
bundle exec jekyll build
23-
bundle exec htmlproofer --check_html --check-favicon --assume-extension --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site
23+
bundle exec htmlproofer --check_html --http-status-ignore "429" --check-favicon --assume-extension --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site

0 commit comments

Comments
 (0)