From 8b558c000183c3835dd3ca983645a553e56ee452 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Wed, 12 Jan 2022 17:12:54 +0100 Subject: [PATCH] Minify builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b225c80..0443487 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { sh 'docker pull klakegg/hugo:alpine' sh 'docker run --rm -v "$PWD:/src" registry.chaoswg.org:5000/alpine-avif-webp:latest' - sh 'docker run --rm -v "$PWD:/src" klakegg/hugo:alpine' + sh 'docker run --rm -v "$PWD:/src" klakegg/hugo:alpine --minify' } }