fediparty/.gitlab-ci.yml

15 lines
214 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
only:
- master