diff --git a/.woodpecker.yml b/.woodpecker.yml index f3e375e..36ec77c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: