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 stage: deploy
image: docker.io/library/alpine:edge image: docker.io/library/alpine:edge
script: script:
- apk add nodejs npm python3 git - apk add nodejs npm python3 git alpine-sdk
- npm install --save-dev - npm install --save-dev
- npx webpack - npx webpack
- mv dist public - mv dist public