From 411d1cfba7317f5b4248988f03c10831e8c1c6ec Mon Sep 17 00:00:00 2001
From: Alfin Johny <alfin.johny@tum.de>
Date: Wed, 2 Apr 2025 12:58:57 +0200
Subject: [PATCH] Revert "adapt config file"

This reverts commit 784c60982cb248c0a031661f04dadfb09bfc828d.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 92966ba..838d4a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,7 +72,7 @@ pages:
     - pipenv install --dev  # Install all necessary dependencies
   script:
     # Build the MkDocs documentation site
-    - pipenv run mkdocs build --verbose --site-dir $CI_PROJECT_DIR/public
+    - pipenv run mkdocs build --quiet --site-dir $CI_PROJECT_DIR/public
   needs:
     - clone  # This job depends on the successful completion of the clone job
   artifacts:
-- 
GitLab