Skip to content

Commit

Permalink
Fix build failure by ignoring # with href-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RossGammon committed Dec 15, 2016
1 parent c29a700 commit 7f595e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 "#"

0 comments on commit 7f595e8

Please sign in to comment.