mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-16 13:53:16 +00: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
|