From 215b2aa0c30d40445f6ad491449eb2b695311f3c Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Thu, 2 Sep 2021 15:50:22 +0200 Subject: [PATCH] Minimifying HTML. --- ci/drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/drone.yml b/ci/drone.yml index 68e9e2a..9d55798 100644 --- a/ci/drone.yml +++ b/ci/drone.yml @@ -26,7 +26,7 @@ steps: - name: Build dev.apps.ad5001.eu image: xdevbase/hugo-builder:latest commands: - - hugo --config ci/dev.config.yml + - hugo --config ci/dev.config.yml --minify when: event: [push, tag] branch: [master] @@ -69,7 +69,7 @@ steps: - name: Build apps.ad5001.eu image: xdevbase/hugo-builder:latest commands: - - hugo + - hugo --minify when: event: [push, tag] branch: [prod]