guida-fediverso/.gitlab-ci.yml

14 lines
164 B
YAML
Raw Normal View History

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