Simplify Javadoc generation command in deploy_pages stage of CI pipeline

This commit is contained in:
2025-06-08 12:37:56 +02:00
parent 188ca09f39
commit 0215601b63
+1 -1
View File
@@ -69,7 +69,7 @@ javadoc:
stage: deploy_pages
script:
- rm -rf docs/apidocs
- mvn clean javadoc:javadoc -DskipTests -Pjavadoc
- mvn javadoc:javadoc -DskipTests -Pjavadoc
- git config --global user.name "${GITLAB_USERNAME}"
- git config --global user.email "${GITLAB_USEREMAIL}"
- git add docs/apidocs