From 6f213b81d94a233e5b01d42fdecf5085826c69f1 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Mon, 29 Mar 2021 11:29:24 +0100
Subject: [PATCH] remove testig stage from documentation

---
 build/ci/.documentation-ci.yml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/build/ci/.documentation-ci.yml b/build/ci/.documentation-ci.yml
index b629c1b16..f6af65d2b 100644
--- a/build/ci/.documentation-ci.yml
+++ b/build/ci/.documentation-ci.yml
@@ -26,16 +26,13 @@ documentation:pdf:
   script:
   - mdbook build documentation --dest-dir public
 
-documentation:static:
+documentation:website:
   rules:
     - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+      changes:
+        - documentation/design/*.md
   artifacts:
     paths:
       - public
     expire_in: 1 week
-  <<: *rust
-
-documentation:test:
-  rules:
-    - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
-  <<: *rust
+  <<: *rust
\ No newline at end of file
-- 
GitLab