2018-03-12 22:31:14 +03:00
|
|
|
|
2018-04-04 04:34:01 +03:00
|
|
|
image: node:8.9
|
2018-03-12 22:31:14 +03:00
|
|
|
|
|
|
|
pages:
|
|
|
|
script:
|
2018-03-15 04:28:52 +03:00
|
|
|
- npm install
|
2018-03-15 05:04:19 +03:00
|
|
|
- npm install gulp -g
|
2018-03-12 22:31:14 +03:00
|
|
|
- gulp build --cwd ./themes/starter
|
2018-03-15 05:04:19 +03:00
|
|
|
- ./node_modules/hexo/bin/hexo generate
|
2018-04-03 02:49:02 +03:00
|
|
|
- find public -type f -iregex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -execdir gzip -f --keep {} \;
|
2018-03-12 22:31:14 +03:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
2018-03-15 05:06:18 +03:00
|
|
|
cache:
|
|
|
|
paths:
|
|
|
|
- node_modules
|
|
|
|
key: project
|
|
|
|
|
2018-03-12 22:31:14 +03:00
|
|
|
only:
|
|
|
|
- master
|