change to pages

This commit is contained in:
Andrei Isvoran 2024-03-01 11:53:27 +02:00
parent 3a59bff246
commit b1fee50718

View File

@ -22,7 +22,7 @@ deploy:
- if: $CI_COMMIT_BRANCH =~ /^release/ - if: $CI_COMMIT_BRANCH =~ /^release/
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
generateJavaDoc: pages:
stage: build stage: build
tags: tags:
- dind - dind
@ -34,3 +34,4 @@ generateJavaDoc:
- redaction-service-v1/redaction-service-server-v1/javadoc/* - redaction-service-v1/redaction-service-server-v1/javadoc/*
publish: redaction-service-v1/redaction-service-server-v1/javadoc/* publish: redaction-service-v1/redaction-service-server-v1/javadoc/*
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH