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