diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6042bad..bdfb307 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,12 +22,12 @@ hexo: htmlproofer: stage: test - image: klakegg/html-proofer:3.19.2 # fork of 18fgsa/html-proofer + image: olikami/htmlproofer:latest # fork of 18fgsa/html-proofer only: variables: - $CI_COMMIT_MESSAGE =~ /htmlproofer/ script: - - htmlproofer public/ --external-only + - htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck dependencies: - hexo