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 ad883cf commit ec7855fCopy full SHA for ec7855f
scripts/cibuild
@@ -29,4 +29,4 @@ IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
29
30
echo "Ignoring urls: " $IGNORE_HREFS
31
bundle exec jekyll build
32
-bundle exec htmlproofer --check_html --http-status-ignore "429,403" --check-favicon --assume-extension --alt-ignore "/.*/" --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site
+bundle exec htmlproofer --checks html,favicon --http-status-ignore "429,403" --assume-extension --alt-ignore "/.*/" --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site
0 commit comments