From 05b1d9836f01da3fbfe69ae1125d1aa35f9c34ba Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 27 Jan 2024 22:16:59 +0200 Subject: [PATCH] Remove unneeded build option This is defined in the config already --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 44e9bf9..63c74fc 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ steps: image: git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest commands: - npm install - - hugo --gc --cleanDestinationDir --enableGitInfo -d /korhonen.cc + - hugo --gc --cleanDestinationDir -d /korhonen.cc volumes: - /var/www/korhonen.cc:/korhonen.cc environment: