mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Don't check empty alt attribute for img tags
This commit is contained in:
parent
aa9af35d5e
commit
34554551da
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue