From 65f6625cae3a4fa0598c23df2b2ec8e52c50b068 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Thu, 13 Dec 2018 15:28:06 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5cca97..382f2c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ cache: paths: - node_modules/ # Node modules and dependencies before_script: + - ls - npm install gitbook-cli -g # install gitbook - gitbook fetch 3.2.3 # fetch final stable version - gitbook install # add any requested plugins in book.json @@ -34,9 +35,9 @@ pages: stage: deploy script: - gitbook build . public # build to public path - - mv assets/ public/ - - echo "finished" - ls + #- mv assets/ public/ + - echo "finished" artifacts: paths: - public