maybe that fixes stuff

This commit is contained in:
Adora Laura Kalb 2023-06-13 11:44:25 +02:00
parent 1b99a7e41e
commit c12a9f4ea1
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -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: