From ea7137b2423c7088e4ee75378b85b718e1752e0b Mon Sep 17 00:00:00 2001 From: Kevin Tumma Date: Wed, 28 Aug 2024 11:09:09 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 852e5068..cda498b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ deploy JavaDoc: - if: $CI_COMMIT_TAG generate JavaDoc: - stage: build + stage: deploy tags: - dind script: @@ -35,9 +35,10 @@ generate JavaDoc: - if: $CI_COMMIT_TAG pages: - stage: build + stage: deploy needs: - generate JavaDoc + - calculate minor version pages: path_prefix: "$BUILDVERSION" script: