Skip to content
Snippets Groups Projects

Update Hexo template

Merged Mark Pundsack requested to merge tweak-hexo into master
1 unresolved thread
1 file
+ 6
7
Compare changes
  • Side-by-side
  • Inline
+ 6
7
# Full project: https://gitlab.com/pages/hexo
image: node:4.2.2
image: node:6.10.0
pages:
cache:
paths:
- node_modules/
script:
- npm install hexo-cli -g
- npm install
- hexo deploy
- ./node_modules/hexo/bin/hexo generate
artifacts:
paths:
- public
cache:
paths:
- node_modules
key: project
only:
- master
Loading