debian-mirror-gitlab/vendor/gitlab-ci-yml/Pages/Hexo.gitlab-ci.yml
2017-08-17 22:00:37 +05:30

16 lines
255 B
YAML

# Full project: https://gitlab.com/pages/hexo
image: node:6.10.0
pages:
script:
- npm install
- ./node_modules/hexo/bin/hexo generate
artifacts:
paths:
- public
cache:
paths:
- node_modules
key: project
only:
- master