From e2c0423e26d3300bb9ff153000cb32cbdf3501bf Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 4 Jan 2023 22:40:06 +0000 Subject: [PATCH] Make hugo clean destination dir every build --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8778130..a74a847 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,5 +11,5 @@ pipeline: image: fish commands: - cd ~/Code/website - - hugo --minify --destination /srv/http/pages/a + - hugo --minify --cleanDestinationDir --destination /srv/http/pages/a - echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail