update CI
Some checks failed
ci/woodpecker/push/deploy-netlify Pipeline failed

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

View file

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