Remove unneeded build option
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This is defined in the config already
This commit is contained in:
Marko Korhonen 2024-01-27 22:16:59 +02:00
parent e7f724ed71
commit 05b1d9836f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -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: