From 10dc10d8bf9abb3885e23a98f7f4f05549563908 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 30 May 2023 03:36:43 +0000 Subject: [PATCH] Specify /tmp/hugo_a as cache dir so build succeeds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like Hugo will never fix https://github.com/gohugoio/hugo/issues/7391 😭 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a74a847..1f89bc8 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,5 +11,5 @@ pipeline: image: fish commands: - cd ~/Code/website - - hugo --minify --cleanDestinationDir --destination /srv/http/pages/a + - hugo --minify --cacheDir /tmp/hugo_a --cleanDestinationDir --destination /srv/http/pages/a - echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail