[CI/CD] use apt-get instead of apt
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vri 🌈 2023-03-27 16:25:52 +02:00
parent c1fbd836a3
commit 4e94f6cae5
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -2,8 +2,8 @@ pipeline:
build:
image: debian
commands:
- apt update
- apt install hugo
- apt-get update
- apt-get install hugo
- hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir
check-version: