From fcba9e1456b60ea04578b83057471dbdd0c60dd3 Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Sat, 19 Apr 2025 01:12:26 +0000 Subject: [PATCH] Fix build command in Woodpecker CI configuration to use 'hugo build' --- .woodpecker/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml index df0d658..7eb2887 100644 --- a/.woodpecker/publish.yaml +++ b/.woodpecker/publish.yaml @@ -6,6 +6,6 @@ steps: build: image: hugomods/hugo:base-non-root-0.145.0 commands: - - build + - hugo build volumes: - public:/site \ No newline at end of file