Fix param [htmlproofer]

This commit is contained in:
lostinlight 2021-10-22 23:31:03 +03:00
parent f3cf5a8b8e
commit 64e375c526
1 changed files with 1 additions and 1 deletions

View File

@ -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
dependencies: dependencies:
- hexo - hexo