Update .gitlab-ci.yml
This commit is contained in:
parent
c220a63322
commit
1254ea505c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue