diff --git a/.woodpecker.yml b/.woodpecker.yml index 239edb7..4ff3a9d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,5 +2,5 @@ steps: build: image: fish commands: - - hugo --minify --cleanDestinationDir --destination /srv/http/pages/a - - echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/pages/a/holy-grail + - hugo --minify --cleanDestinationDir --destination /srv/http/a + - echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/a/holy-grail