fediparty/.gitlab-ci.yml

17 lines
189 B
YAML
Raw Normal View History

2018-03-12 19:31:14 +00:00
image: node:6.11.1
pages:
cache:
paths:
- node_modules/
script:
- gulp build --cwd ./themes/starter
- hexo deploy
artifacts:
paths:
- public
only:
- master