From 64e375c526b3ce7bfb526b03f167f94aef84c3fe Mon Sep 17 00:00:00 2001 From: lostinlight Date: Fri, 22 Oct 2021 23:31:03 +0300 Subject: [PATCH] Fix param [htmlproofer] --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee593f..6042bad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ htmlproofer: variables: - $CI_COMMIT_MESSAGE =~ /htmlproofer/ script: - - htmlproofer public/ --external_only --checks-to-ignore ScriptCheck,ImageCheck + - htmlproofer public/ --external-only dependencies: - hexo