mat.services/.gitlab-ci.yml

18 lines
178 B
YAML
Raw Normal View History

2018-07-23 02:55:29 +00:00
image: node
before_script:
2018-07-24 01:15:58 +00:00
- yarn install
2018-07-23 02:55:29 +00:00
cache:
paths:
- node_modules/
pages:
script:
2018-07-24 01:15:58 +00:00
- yarn generate
2018-07-23 02:55:29 +00:00
artifacts:
paths:
2018-07-24 01:15:58 +00:00
- dist
2018-07-23 02:55:29 +00:00
only:
- master