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