From c12a9f4ea1c69e307a5de4c10935a510945083a0 Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 13 Jun 2023 11:44:25 +0200 Subject: [PATCH] maybe that fixes stuff --- .woodpecker/deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 3be5531..6e4220a 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -6,6 +6,7 @@ steps: branch: [main, staging] commands: - npm install -D @11ty/eleventy + - rm -rf public/ - npx @11ty/eleventy --input=. --output=public deploy-stage: