From 6d1abf3deb9075e2dff6cd73f431beda872a1085 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Fri, 22 Oct 2021 23:36:25 +0300 Subject: [PATCH] Try another [htmlproofer] image --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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