From a1630940ea31c6ae1626c6c9146789cf15536575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Peters?= <soe.peters@tu-braunschweig.de> Date: Wed, 7 Jul 2021 09:18:15 +0000 Subject: [PATCH] Rename doxygen job to pages in order to deploy gitlab pages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cac5d463a..5ca6a391b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -354,7 +354,7 @@ clang-tidy: ############################################################################### # doxygen -doxygen: +pages: stage: analyze image: alpine -- GitLab