Update .gitlab-ci.yml file

This commit is contained in:
Kevin Tumma 2024-08-28 11:09:09 +02:00
parent 8375783ce8
commit ea7137b242

View File

@ -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: