image: node:lts before_script: - yarn install deploy-pages: script: - npm run build pages: true artifacts: paths: - dist publish: dist