From f7b7370b4d209266c6e0dda08a6bf82cc5200fe3 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Sun, 7 Feb 2021 16:17:24 +0100
Subject: [PATCH] only build pages for master

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8890742..f6db6b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,9 +76,8 @@ pages:
     - pip install -U mkdocs mkdocs-macros-plugin mkdocs-git-revision-date-localized-plugin
   script:
     - cd pages && mkdocs build
-#  only:
-#    - develop
-#    - master
+  only:
+    - master
   artifacts:
     paths:
       - public
-- 
GitLab