2016-07-06 04:17:31 -04:00
|
|
|
# Full project: https://gitlab.com/pages/hexo
|
2019-03-10 05:16:04 -04:00
|
|
|
image: node:10.15.3
|
2016-07-06 04:17:31 -04:00
|
|
|
|
|
|
|
pages:
|
|
|
|
script:
|
2019-06-05 12:31:35 -04:00
|
|
|
- npm install hexo-cli -g
|
|
|
|
- test -e package.json && npm install
|
|
|
|
- hexo generate
|
2016-07-06 04:17:31 -04:00
|
|
|
artifacts:
|
|
|
|
paths:
|
2019-06-05 12:31:35 -04:00
|
|
|
- public
|
2017-04-11 08:33:58 -04:00
|
|
|
cache:
|
|
|
|
paths:
|
|
|
|
- node_modules
|
|
|
|
key: project
|
2016-07-06 04:17:31 -04:00
|
|
|
only:
|
2019-11-13 16:06:45 -05:00
|
|
|
- master
|