Adjust GitLab CI to update Javadoc deployment path

This commit is contained in:
2025-06-09 17:36:10 +02:00
parent 0864d36995
commit 7583536c8f
+2 -2
View File
@@ -27,9 +27,9 @@ build:
- echo "Running package..."
- cd ${GITLAB_CLONE_DIR}
- mvn clean package
- echo "Deploying GitLab Pages from docs/"
- echo "Deploying GitLab Pages from docs/ (javadoc)"
- mkdir public
- cp -r target/apidocs/* docs/
- cp -r target/apidocs docs/apidocs
- cp -r docs/* public/
artifacts:
paths: