mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Relax what html-proofer checks
This commit is contained in:
parent
e929dc0426
commit
ab7030ca75
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ before_script:
|
||||||
# the `install` step will run `bundle install` by default.
|
# the `install` step will run `bundle install` by default.
|
||||||
script:
|
script:
|
||||||
- bundle exec jekyll build
|
- 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:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue