diff --git a/.github/scripts/render-documentation.sh b/.github/scripts/render-documentation.sh index 9100c4f..c899a63 100755 --- a/.github/scripts/render-documentation.sh +++ b/.github/scripts/render-documentation.sh @@ -3,7 +3,7 @@ set -euo pipefail IFS=$'\n\t' ./mvnw -s .github/maven-ci-settings.xml package javadoc:aggregate -DskipTests -cp -R target/site/apidocs docs/ +cp -R target/reports/apidocs docs/ PROJECT_VERSION=$(cat .github/project.yml | yq eval '.release.current-version' -)