Skip to content

Commit

Permalink
Fix: cibuild script to allow hash href
Browse files Browse the repository at this point in the history
  • Loading branch information
donvipre committed Feb 29, 2020
1 parent f25ace6 commit 9d56218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild.sh
Expand Up @@ -2,4 +2,4 @@
set -e # halt script on error

bundle exec jekyll build
bundle exec htmlproofer _site --disable-external
bundle exec htmlproofer _site --disable-external --allow-hash-href

0 comments on commit 9d56218

Please sign in to comment.