From ff3b382a0e1bca65ccd5d1619d530c29e8a61c20 Mon Sep 17 00:00:00 2001 From: Late Night Defender Date: Fri, 18 Oct 2024 23:43:45 +0700 Subject: [PATCH] Use older hugo for now --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index feeed06..ebc595d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,8 +2,8 @@ steps: - name: techtransthai-simple-deploy image: alpine commands: - - apk add git go - - apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo + - apk add git go hugo +# - apk add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community --no-cache hugo - hugo --destination /mnt/caddy-sites/blog.techtransthai.org/public volumes: - /media/sasha/Data1/Apps/caddy/sites:/mnt/caddy-sites \ No newline at end of file