Skip to content
Snippets Groups Projects
Commit 00df12f5 authored by Mark Pundsack's avatar Mark Pundsack Committed by Zeger-Jan van de Weg
Browse files

Update Hexo template

parent 6dc327f6
No related branches found
No related tags found
No related merge requests found
# 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