mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-18 06:39:18 +00:00
Try another [htmlproofer] image
This commit is contained in:
parent
64e375c526
commit
6d1abf3deb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue