From 06a9a653c413d614bf6f538e6d0f7ac770b1a7a1 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <mail@manuelkieweg.de>
Date: Fri, 9 Oct 2020 11:50:19 +0100
Subject: [PATCH] added missing book.toml

---
 .gitlab-ci.yml          | 2 +-
 documentation/book.toml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 documentation/book.toml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d4e0db8c8..6667d2a4a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ documentation:pdf:
   script:
   - pwd
   - ls
-  - mdbook build ./documentation/ --dest-dir public
+  - mdbook build documentation --dest-dir public
   cache:
     paths:
     - /root/.cargo/bin/mdbook
diff --git a/documentation/book.toml b/documentation/book.toml
new file mode 100644
index 000000000..e59652fea
--- /dev/null
+++ b/documentation/book.toml
@@ -0,0 +1,5 @@
+[book]
+authors = []
+language = "en"
+multilingual = false
+src = "."
-- 
GitLab