debian-mirror-gitlab/lib/gitlab/ci/templates/Pages/Metalsmith.gitlab-ci.yml

17 lines
245 B
YAML
Raw Normal View History

2016-06-22 15:30:34 +05:30
# Full project: https://gitlab.com/pages/metalsmith
image: node:4.2.2
pages:
cache:
paths:
- node_modules/
script:
- npm install -g metalsmith
- npm install
- make build
artifacts:
paths:
- public
only:
- master