mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-25 10:16:40 +00:00
Try another [htmlproofer] image
This commit is contained in:
parent
64e375c526
commit
6d1abf3deb
|
@ -22,12 +22,12 @@ hexo:
|
||||||
|
|
||||||
htmlproofer:
|
htmlproofer:
|
||||||
stage: test
|
stage: test
|
||||||
image: klakegg/html-proofer:3.19.2 # fork of 18fgsa/html-proofer
|
image: olikami/htmlproofer:latest # fork of 18fgsa/html-proofer
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_MESSAGE =~ /htmlproofer/
|
- $CI_COMMIT_MESSAGE =~ /htmlproofer/
|
||||||
script:
|
script:
|
||||||
- htmlproofer public/ --external-only
|
- htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck
|
||||||
dependencies:
|
dependencies:
|
||||||
- hexo
|
- hexo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue