Relax what html-proofer checks

This commit is contained in:
Adam Schmideg 2019-09-17 14:57:43 +02:00
parent e929dc0426
commit ab7030ca75

View file

@ -9,7 +9,7 @@ before_script:
# the `install` step will run `bundle install` by default.
script:
- bundle exec jekyll build
- bundle exec htmlproofer ./_site --assume-extension
- bundle exec htmlproofer ./_site --assume-extension --only-4xx --checks-to-ignore=ImageCheck,ScriptCheck --allow-missing-href --allow-hash-href
env:
global: