From 5ed39d5ca16a8a9170e8036e99f72625bb5d21f9 Mon Sep 17 00:00:00 2001
From: Alfin Johny <alfin.johny@tum.de>
Date: Wed, 26 Feb 2025 14:01:01 +0100
Subject: [PATCH] Revert gitlab config settigs

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9bc5ec..91e6b74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,6 @@ pages:
     - pipenv install --dev  # Install all necessary dependencies
   script:
     # Build the MkDocs documentation site
-    - cp -r $CI_PROJECT_DIR/aircraft-design $CI_PROJECT_DIR/docs/documentation  # Copy aircraft-design to the docs/documentation folder
     - pipenv run mkdocs build --verbose --site-dir $CI_PROJECT_DIR/public
   needs:
     - clone  # This job depends on the successful completion of the clone job
@@ -83,3 +82,4 @@ pages:
       when: manual  # Run only when triggered manually
     - if: '$CI_PIPELINE_SOURCE == "trigger"'  # Triggered by another pipeline
       when: on_success  # Run if the source pipeline was successful
+      
\ No newline at end of file
-- 
GitLab