mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-18 06:39:18 +00:00
20 lines
257 B
YAML
20 lines
257 B
YAML
|
|
||
|
image: node:6.11.1
|
||
|
|
||
|
pages:
|
||
|
cache:
|
||
|
paths:
|
||
|
- node_modules/
|
||
|
|
||
|
script:
|
||
|
- npm install gulp -g
|
||
|
- npm install hexo-cli -g
|
||
|
- npm install
|
||
|
- gulp build --cwd ./themes/starter
|
||
|
- hexo deploy
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- public
|
||
|
only:
|
||
|
- master
|