Skip to content

Commit

Permalink
Merge pull request #217 from smallrye/ci/fix-aggregated-apidocs-path
Browse files Browse the repository at this point in the history
Fix the aggregate API docs path
  • Loading branch information
jponge authored Oct 19, 2024
2 parents d91a7ef + c48fbf8 commit 1a9ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/render-documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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' -)

Expand Down

0 comments on commit 1a9ef45

Please sign in to comment.