1
0
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
chaos 2023-05-09 06:30:05 +00:00
parent fcaebcc085
commit c220a63322

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 git - apk add nodejs npm python3 git
- npm install --save-dev - npm install --save-dev
- npx webpack - npx webpack
- mv dist public - mv dist public