1
0
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
chaos 2023-05-09 06:41:33 +00:00
parent c220a63322
commit 1254ea505c

View file

@ -2,7 +2,7 @@ pages:
stage: deploy
image: docker.io/library/alpine:edge
script:
- apk add nodejs npm python3 git
- apk add nodejs npm python3 git alpine-sdk
- npm install --save-dev
- npx webpack
- mv dist public