From 0b24cedd3a422334f81fd733d1802d349ead1d65 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Thu, 18 Oct 2018 14:47:00 +0200 Subject: [PATCH] Fixing pages --- .gitignore | 1 + .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6f925ef..3fa5478 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +*.DS_Store /_book/ /node_modules/ /book.pdf diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00cd539..1736ffd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test_code: - cd .. pages: - image: node:carbon + image: node:10 stage: deploy only: - master @@ -24,7 +24,7 @@ pages: - node_modules/ before_script: - npm install gitbook-cli -g # - - gitbook fetch latest + - gitbook fetch 3.2.3 - gitbook install script: - gitbook build . public