mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2024-12-22 07:34:00 +01:00
Update gitlab.ci [htmlproofer]
This commit is contained in:
parent
d95c05c647
commit
eed873883b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user