diff --git a/.woodpecker.yml b/.woodpecker.yml index dedbf5b..ac00637 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,5 +2,6 @@ pipeline: build: image: alpine commands: + - apk update - apk add hugo - hugo --destination /var/www/vrifox.cc/ --minify --cleanDestinationDir \ No newline at end of file