2025-01-22 07:16:15 +03:00

14 lines
161 B
YAML

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