From 36a2db22de4a420e1f15db1658605564fd3e19e9 Mon Sep 17 00:00:00 2001 From: Chris Cowley Date: Thu, 18 Jan 2024 19:23:33 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c700dd..80d7575 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: klakegg/hugo:alpine pages: script: - - hugo --gv --minify + - hugo --gc --minify artifacts: paths: # The folder that contains the files to be exposed at the Page URL