From 48432dbc1c68a63a3348b3d3754782708b4e0241 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Sat, 31 Mar 2018 20:19:52 +0200
Subject: [PATCH] fix CI

---
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8edeff9..ffcd70df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,12 +20,11 @@ build and upload the contents:
     - chmod 700 /root/.ssh
     - ssh-keyscan tnw-tn1.tudelft.net >> /root/.ssh/known_hosts
     - chmod 644 /root/.ssh/known_hosts
-    - npm install gitbook-cli -g
+    - pip install -U mkdocs mkdocs-material python-markdown-math
 
   script:
     # Compile lectures
     - python code/band_structures.py
     - python code/bands_2d.py
-    - gitbook install
-    - gitbook build
-    - "rsync -rv _book/* solidstate@tnw-tn1.tudelft.net:"
+    - mkdocs build
+    - "rsync -rv site/* solidstate@tnw-tn1.tudelft.net:"
-- 
GitLab