From 9d99687178d1a7a4edfcd25de682af38de07774b Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 26 Mar 2023 00:08:48 +0100 Subject: [PATCH] [CI/CD] update apk index --- .woodpecker.yml | 1 + 1 file changed, 1 insertion(+) 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