From d131d5275485722a3bb81e846bdcda5d916b3027 Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Tue, 7 Apr 2020 13:39:59 +0200 Subject: [PATCH 1/2] Update cibuild --- scripts/cibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/cibuild b/scripts/cibuild index a4e1cc38..dd6fe7e8 100755 --- a/scripts/cibuild +++ b/scripts/cibuild @@ -14,10 +14,11 @@ fi IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{ vimeo.com + www.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 From 3d2e458c387bbb048dcdff153cd12c2ad9670958 Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Tue, 7 Apr 2020 14:02:00 +0200 Subject: [PATCH 2/2] Update cibuild --- scripts/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cibuild b/scripts/cibuild index dd6fe7e8..bc9eb1d4 100755 --- a/scripts/cibuild +++ b/scripts/cibuild @@ -14,7 +14,7 @@ fi IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{ vimeo.com - www.omg.org + omg.org ${ADDITIONS} }.map{|h| \"/#{h}/\"}.join(\",\")" )