fediparty/.gitlab-ci.yml

14 lines
164 B
YAML
Raw Normal View History

2018-03-12 19:31:14 +00:00
image: node:6.11.1
pages:
script:
2018-03-15 01:28:52 +00:00
- npm install
2018-03-12 19:31:14 +00:00
- gulp build --cwd ./themes/starter
- hexo deploy
artifacts:
paths:
- public
only:
- master