revert CI change
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-09-01 15:59:02 +02:00
parent 488f25d1a2
commit b5ee94e9d6
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -8,7 +8,6 @@ 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: