Try another [htmlproofer] image

This commit is contained in:
lostinlight 2021-10-22 23:36:25 +03:00
parent 64e375c526
commit 6d1abf3deb
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ hexo:
htmlproofer:
stage: test
image: klakegg/html-proofer:3.19.2 # fork of 18fgsa/html-proofer
image: olikami/htmlproofer:latest # fork of 18fgsa/html-proofer
only:
variables:
- $CI_COMMIT_MESSAGE =~ /htmlproofer/
script:
- htmlproofer public/ --external-only
- htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck
dependencies:
- hexo