From 72522ab69f11d30180b3ad81cd8a0ad55dcd48b7 Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Wed, 20 Aug 2025 19:40:04 +0200 Subject: [PATCH] Ensure minification of output Signed-off-by: Marc Duiker --- .github/workflows/website-v1-16.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-v1-16.yml b/.github/workflows/website-v1-16.yml index 09bfab9104e..3748ff58c11 100644 --- a/.github/workflows/website-v1-16.yml +++ b/.github/workflows/website-v1-16.yml @@ -39,7 +39,7 @@ jobs: - name: Build Hugo Website run: | git config --global --add safe.directory /github/workspace - hugo + hugo --minify - name: Deploy Website id: builddeploy uses: Azure/static-web-apps-deploy@v1