mat.services/.gitlab-ci.yml

18 lines
178 B
YAML

image: node
before_script:
- yarn install
cache:
paths:
- node_modules/
pages:
script:
- yarn generate
artifacts:
paths:
- dist
only:
- master