Change htmlproofer image [htmlproofer]

This commit is contained in:
lostinlight 2021-10-22 21:34:54 +03:00
parent 3fc0052bc2
commit d95c05c647

View file

@ -22,12 +22,12 @@ hexo:
htmlproofer: htmlproofer:
stage: test stage: test
image: bobik/html-proofer-docker:gitlabci # fork of 18fgsa/html-proofer image: 18fgsa/html-proofer:gitlabci # fork of 18fgsa/html-proofer
only: only:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /htmlproofer/ - $CI_COMMIT_MESSAGE =~ /htmlproofer/
script: 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: dependencies:
- hexo - hexo