Update gitlab.ci [htmlproofer]

This commit is contained in:
lostinlight 2021-10-22 21:46:26 +03:00
parent d95c05c647
commit eed873883b
1 changed files with 2 additions and 2 deletions

View File

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