diff --git a/build/ci/.documentation-ci.yml b/build/ci/.documentation-ci.yml
index b663512a610b51190eab2712d4727e9388cdef3a..43ff8e5acef632835fad93f61310ad5241e0473e 100644
--- a/build/ci/.documentation-ci.yml
+++ b/build/ci/.documentation-ci.yml
@@ -24,8 +24,6 @@ documentation:pdf:
     name: rustdocker/rust:stable
   stage: documentation
   script:
-  - pwd
-  - ls
   - mdbook build documentation --dest-dir public
   cache:
     paths:
@@ -36,7 +34,7 @@ documentation:static:
     - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
   artifacts:
     paths:
-      - public
+      - documentation/public
     expire_in: 1 week
   <<: *rust
 
diff --git a/documentation/book.toml b/documentation/book.toml
index e59652fea44b560a604d19abe5faf38b06f2a612..5fc5101df8827a1188fd8c26c6346633e470fcea 100644
--- a/documentation/book.toml
+++ b/documentation/book.toml
@@ -1,5 +1,10 @@
 [book]
-authors = []
+authors = ["Martin Stiemerling", "Manuel Kieweg", "Malte Bauch"]
 language = "en"
 multilingual = false
 src = "."
+
+[output.html]
+git-repository-url = "https://code.fbi.h-da.de/cocsn/gosdn"
+git-repository-icon = "fa-gitlab"
+site-url = "/public/"
\ No newline at end of file