From 446c3e56a8e66b1d7b27887388e63cae8b029868 Mon Sep 17 00:00:00 2001 From: Andrei Isvoran Date: Fri, 1 Mar 2024 11:23:45 +0200 Subject: [PATCH] draft --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb603846..fd90cc78 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,5 +33,5 @@ generateJavaDoc: - ls -la /builds/redactmanager/redaction-service/redaction-service-v1/redaction-service-server-v1 artifacts: paths: - - /builds/redactmanager/redaction-service/redaction-service-v1/redaction-service-server-v1/javadoc + - javadoc* rules: \ No newline at end of file