image: node:lts before_script: - corepack enable - corepack prepare yarn@4.6.0 --activate - yarn install deploy-pages: variables: VITE_API_URL: https://94f4d2a6f1595ab1.mokky.dev script: - npm run build pages: true artifacts: paths: - dist publish: dist after_script: - echo Vue Sneakers Page Deployed at $CI_PAGES_UR