More .gitlab-ci changes

This commit is contained in:
lostinlight 2018-03-15 05:04:19 +03:00
parent 030283a793
commit a6117f5f5f
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ image: node:6.11.1
pages:
script:
- npm install
- npm install gulp -g
- gulp build --cwd ./themes/starter
- hexo deploy
- ./node_modules/hexo/bin/hexo generate
artifacts:
paths:
- public