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/