Don't check empty alt attribute for img tags

This commit is contained in:
Adam Schmideg 2019-12-09 12:44:07 +01:00
parent aa9af35d5e
commit 34554551da

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 --allow-hash-href
- bundle exec htmlproofer ./_site --assume-extension --allow-hash-href --empty-alt-ignore
env:
global: