mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-10 18:09:32 +00:00
Fix param [htmlproofer]
This commit is contained in:
parent
706524aadb
commit
f3cf5a8b8e
|
@ -27,7 +27,7 @@ htmlproofer:
|
||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_MESSAGE =~ /htmlproofer/
|
- $CI_COMMIT_MESSAGE =~ /htmlproofer/
|
||||||
script:
|
script:
|
||||||
- htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck
|
- htmlproofer public/ --external_only --checks-to-ignore ScriptCheck,ImageCheck
|
||||||
dependencies:
|
dependencies:
|
||||||
- hexo
|
- hexo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue