We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faff8f commit 6751e50Copy full SHA for 6751e50
1 file changed
scripts/cibuild
@@ -14,10 +14,11 @@ fi
14
15
IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
16
vimeo.com
17
+ omg.org
18
${ADDITIONS}
19
}.map{|h| \"/#{h}/\"}.join(\",\")"
20
)
21
22
echo "Ignoring urls: " $IGNORE_HREFS
23
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
24
+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