From a6117f5f5ff49773e564a668f95c4a9883af17a8 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Thu, 15 Mar 2018 05:04:19 +0300 Subject: [PATCH] More .gitlab-ci changes --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 347bd0c..43b4b8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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