pages:
stage: deploy
image: docker.io/library/alpine:edge
script:
- apk add nodejs npm git
- npm install --save-dev
- npx webpack
artifacts:
paths:
- dist