From a76853ffe132556caa66c51115ef9287bd31158e Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+github@gmail.com> Date: Mon, 13 Mar 2023 10:32:59 +0100 Subject: [PATCH] create doxygen doc for main? --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9f4e38..4d179f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,6 @@ stages: - deploy -cache: - paths: - - public - pages: stage: deploy image: @@ -16,7 +12,7 @@ pages: - git -c http.sslVerify=false clone https://gitlab.studip.de/studip/studip.git - cd studip - doxygen Doxyfile - - mv doc/html ../public/main + - mv doc/html ../public artifacts: paths: - public -- GitLab