debian-mirror-gitlab/vendor/gitlab-ci-yml/Pages/harp.gitlab-ci.yml
2016-06-22 15:30:34 +05:30

16 lines
229 B
YAML

# Full project: https://gitlab.com/pages/harp
image: node:4.2.2
pages:
cache:
paths:
- node_modules
script:
- npm install -g harp
- harp compile ./ public
artifacts:
paths:
- public
only:
- master