diff --git a/scripts/cibuild b/scripts/cibuild index a4e1cc38..bc9eb1d4 100755 --- a/scripts/cibuild +++ b/scripts/cibuild @@ -14,10 +14,11 @@ fi IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{ vimeo.com + omg.org ${ADDITIONS} }.map{|h| \"/#{h}/\"}.join(\",\")" ) echo "Ignoring urls: " $IGNORE_HREFS bundle exec jekyll build -bundle exec htmlproofer --check_html --http-status-ignore "429" --check-favicon --assume-extension --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site \ No newline at end of file +bundle exec htmlproofer --check_html --http-status-ignore "429" --check-favicon --assume-extension --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site