Skip to content

Commit 6751e50

Browse files
authored
Update cibuild (#138)
* Update cibuild * Update cibuild
1 parent 6faff8f commit 6751e50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/cibuild

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ fi
1414

1515
IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
1616
vimeo.com
17+
omg.org
1718
${ADDITIONS}
1819
}.map{|h| \"/#{h}/\"}.join(\",\")"
1920
)
2021

2122
echo "Ignoring urls: " $IGNORE_HREFS
2223
bundle exec jekyll build
23-
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

Comments
 (0)