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