Fix GitLab CI to correctly copy Javadocs to the public directory

This commit is contained in:
2025-06-09 17:52:14 +02:00
parent 0d83a271ed
commit e33f2f6534
+1 -2
View File
@@ -29,9 +29,8 @@ build:
- mvn clean package
- echo "Deploying GitLab Pages from docs/ (javadoc)"
- mkdir public
- cp -r target/apidocs docs/apidocs
- cp -r docs/* public/
- ls -all public/
- cp -r target/apidocs public/apidocs
artifacts:
paths:
- target/