From 8810ad4c10a4003db06d16e0237df96b1a1413ef Mon Sep 17 00:00:00 2001 From: lostinlight Date: Thu, 15 Mar 2018 04:28:52 +0300 Subject: [PATCH] Tweak .gitlab-ci --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d05074..74ebfc6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: