Skip to content
Snippets Groups Projects
Commit cf106eae authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Merge branch 'tweak-hexo' into 'master'

Update Hexo template

See merge request !64
parents 6dc327f6 00df12f5
No related branches found
No related tags found
1 merge request!64Update Hexo template
Pipeline #
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment