debian-mirror-gitlab/vendor/gitlab-ci-yml/Pages/Hexo.gitlab-ci.yml
2016-09-13 17:45:13 +05:30

17 lines
239 B
YAML

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