From c53ebf12ac9a66a7dad9d6b6c7441c4a76eb3489 Mon Sep 17 00:00:00 2001
From: Florian Uhlig <f.uhlig@gsi.de>
Date: Mon, 31 Aug 2020 20:01:30 +0200
Subject: [PATCH] Automatically build doxygen documentation

For each commit to the branch nightly_master a build of the doxygen
documentation is triggered. The branch is updated once per night if there
are changes to the master branch. The branch reflects the state of the
master branch at midnight.
The documentation is build using a docker container and the result is
uploaded to the gitlab pages web page at
http://computing.gitpages.cbm.gsi.de/cbmroot/
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 45235820..33c0df43 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -163,4 +163,4 @@ pages:
     paths:
       - public
   only:
-    - doxygen
+    - nightly_master
-- 
GitLab