diff --git a/.woodpecker/deploy-netlify.yaml b/.woodpecker/deploy-netlify.yaml index cc50825..db835a6 100644 --- a/.woodpecker/deploy-netlify.yaml +++ b/.woodpecker/deploy-netlify.yaml @@ -8,6 +8,7 @@ steps: branch: [main, staging] commands: - wget https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && apt install ./hugo_extended_$${HUGO_VERSION}_linux-amd64.deb && rm -f hugo_extended_$${HUGO_VERSION}_linux-amd64.deb + - timedatectl set-timezone Europe/Berlin - hugo --minify --destination ./public deploy-staging: