2016-07-06 04:17:31 -04:00
|
|
|
# Full project: https://gitlab.com/pages/hexo
|
2016-08-08 10:39:24 -04:00
|
|
|
image: node:4.2.2
|
2016-07-06 04:17:31 -04:00
|
|
|
|
|
|
|
pages:
|
2016-08-08 10:39:24 -04:00
|
|
|
cache:
|
|
|
|
paths:
|
|
|
|
- node_modules/
|
|
|
|
|
2016-07-06 04:17:31 -04:00
|
|
|
script:
|
2016-08-08 10:39:24 -04:00
|
|
|
- npm install hexo-cli -g
|
|
|
|
- npm install
|
|
|
|
- hexo deploy
|
2016-07-06 04:17:31 -04:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
2016-08-08 10:39:24 -04:00
|
|
|
- master
|