Tweak .gitlab-ci

This commit is contained in:
lostinlight 2018-03-15 04:28:52 +03:00
parent 1ffc59eaa7
commit 8810ad4c10
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ pages:
- node_modules/
script:
- npm install gulp -g
- npm install hexo-cli -g
- npm install
- gulp build --cwd ./themes/starter
- hexo deploy
artifacts: