diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eeb3a895..7f2f35b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ deploy: - if: $CI_COMMIT_BRANCH =~ /^release/ - if: $CI_COMMIT_TAG -generateJavaDoc: +pages: stage: build tags: - dind @@ -33,4 +33,5 @@ generateJavaDoc: paths: - redaction-service-v1/redaction-service-server-v1/javadoc/* publish: redaction-service-v1/redaction-service-server-v1/javadoc/* - rules: \ No newline at end of file + rules: + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH \ No newline at end of file