From 45c610fcfa9410467197ca52fd20fe2fddbe7300 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Tue, 10 Mar 2026 03:11:22 +0000 Subject: [PATCH] updating pipline --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b124098..2302fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,14 @@ variables: HUGO_ENV: production + # Blowfish theme relies heavily on these submodules GIT_SUBMODULE_STRATEGY: recursive pages: - # The new official standard image for Hugo extended + # Using the image that actually supports the 'try' function image: hugomods/hugo:exts script: - hugo version - - hugo + - hugo --gc --minify artifacts: paths: - public