Update .gitlab-ci.yml file

This commit is contained in:
Mikko Ahlroth 2023-10-28 16:26:28 +00:00
parent d24b19eafb
commit 2216d4b720

View file

@ -22,7 +22,7 @@ pages:
stage: deploy
environment: production
script:
- gleam deps download --target javascript
- gleam deps download
- gleam build --target javascript
- rm -rf public
- mkdir .public