mirror of
https://git.feneas.org/feneas/fediverse.git
synced 2024-12-22 18:29:49 +01:00
20 lines
273 B
YAML
20 lines
273 B
YAML
|
|
image: node:6.11.1
|
|
|
|
pages:
|
|
script:
|
|
- npm install
|
|
- npm install gulp -g
|
|
- gulp build --cwd ./themes/starter
|
|
- ./node_modules/hexo/bin/hexo generate
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
cache:
|
|
paths:
|
|
- node_modules
|
|
key: project
|
|
|
|
only:
|
|
- master
|