From f0a1555c7ace514df7caf45994eaa9ceba650f67 Mon Sep 17 00:00:00 2001 From: vrifox Date: Wed, 29 Mar 2023 20:15:28 +0200 Subject: [PATCH] totally fix woodpecker pipeline --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3575b50..5d44bd1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: archlinux commands: - - pacman -S hugo + - pacman -Syu hugo - hugo --destination /woodpecker/build/vrifox.cc/ --minify --cleanDestinationDir check-version: