mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Change htmlproofer image [htmlproofer]
This commit is contained in:
parent
3fc0052bc2
commit
d95c05c647
|
@ -22,12 +22,12 @@ hexo:
|
|||
|
||||
htmlproofer:
|
||||
stage: test
|
||||
image: bobik/html-proofer-docker:gitlabci # fork of 18fgsa/html-proofer
|
||||
image: 18fgsa/html-proofer:gitlabci # fork of 18fgsa/html-proofer
|
||||
only:
|
||||
variables:
|
||||
- $CI_COMMIT_MESSAGE =~ /htmlproofer/
|
||||
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:
|
||||
- hexo
|
||||
|
||||
|
|
Loading…
Reference in a new issue