From fffe69441ebe69ab1e761b9b13598e42b2765c81 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 1 Jul 2025 20:20:32 +0200 Subject: [PATCH] Simplify apidocs copying step in GitLab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea05675..23dae76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build: - mkdir public - cp -rv docs/* public/ - mkdir public/apidocs - - cp -rv target/apidocs/* public/apidocs/ + - cp -rv target/apidocs public/ artifacts: paths: - target/surefire-reports/*.xml