From b04baae499da4e0ed941e1e28c9608d9d16cc9f8 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 12 Jun 2024 11:14:39 +0200 Subject: [PATCH] Fix #405: minify option to hugo from gitlab CI. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1bc764d..ea51c9ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ pages: GIT_SUBMODULE_PATHS: support/documentation/themes/hugo-theme-learn script: # gitlab need the generated documentation to be in the /public dir. - - hugo -s support/documentation/ -d ../../public/ --baseURL='https://livingston.frama.io/peertube-plugin-livechat/' + - hugo -s support/documentation/ --minify -d ../../public/ --baseURL='https://livingston.frama.io/peertube-plugin-livechat/' dependencies: - builddoctranslations artifacts: