From e34d42eb7cbc347498cee68fdb3a9b6942d12c8b Mon Sep 17 00:00:00 2001 From: lostinlight Date: Wed, 4 Apr 2018 04:37:52 +0300 Subject: [PATCH] Rebuild Node-Sass --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a22782d..f298195 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ image: node:8.9 pages: script: - npm install + - npm rebuild node-sass --force - npm install gulp -g - gulp build --cwd ./themes/starter - ./node_modules/hexo/bin/hexo generate