From 7f595e8b1a4a0481da09814a398a3326a403a80f Mon Sep 17 00:00:00 2001 From: Ross Gammon Date: Thu, 15 Dec 2016 18:00:18 +0100 Subject: [PATCH] Fix build failure by ignoring # with href-ignore Stolen from https://github.com/gjtorikian/html-proofer/issues/118 --- script/cibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/cibuild b/script/cibuild index db82a0f73..256118733 100644 --- a/script/cibuild +++ b/script/cibuild @@ -3,4 +3,4 @@ set -e # halt script on error bundle install bundle exec jekyll build -bundle exec htmlproofer --empty-alt-ignore ./_site +bundle exec htmlproofer --empty-alt-ignore ./_site --href-ignore "#"