From 89df5cd734e035e4bd954ea3493b2dad6864fae5 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 9 Jun 2025 18:48:25 +0200 Subject: [PATCH] Fix GitLab CI to correctly copy contents of Javadocs to public directory --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c18f85b..def1212 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ build: - echo "Deploying GitLab Pages from docs/ (javadoc)" - mkdir public - cp -rv docs/* public/ - - cp -rv target/apidocs public/apidocs + - cp -rv target/apidocs/* public/apidocs/ artifacts: paths: - target/