From 9e35cf91a2fc38ee04bd66eca62ac655b4c3b6b3 Mon Sep 17 00:00:00 2001
From: Jutta Schnabel <jutta.schnabel@fau.de>
Date: Tue, 20 Aug 2024 10:48:57 +0200
Subject: [PATCH] trying to fix gitlab-ci

---
 .gitlab-ci.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7832968..2bc8bd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,6 @@ build_docs:
   artifacts:
     paths:
       - $BUILD_DIR
-  only:
-    - $PAGES_BRANCH
 
 pages:
   stage: deploy
@@ -29,5 +27,3 @@ pages:
   artifacts:
     paths:
       - public
-  only:
-    - $PAGES_BRANCH
-- 
GitLab