Change htmlproofer image [htmlproofer]

This commit is contained in:
lostinlight 2021-10-22 21:34:54 +03:00
parent 3fc0052bc2
commit d95c05c647
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ hexo:
htmlproofer:
stage: test
image: bobik/html-proofer-docker:gitlabci # fork of 18fgsa/html-proofer
image: 18fgsa/html-proofer:gitlabci # fork of 18fgsa/html-proofer
only:
variables:
- $CI_COMMIT_MESSAGE =~ /htmlproofer/
script:
- htmlproofer public/ --url-ignore "/howto.disroot.org/,/f-droid.org/" --external-only --checks-to-ignore ScriptCheck,ImageCheck
- htmlproofer public/ --url-ignore "/f-droid.org/" --external-only --checks-to-ignore ScriptCheck,ImageCheck
dependencies:
- hexo