Skip to content

Commit

Permalink
Fix website script
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Sep 5, 2024
1 parent 378815f commit 3730d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/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'

mvn -s .build/maven-ci-settings.xml -f vertx-mutiny-clients/pom.xml -B pre-site
cp -R vertx-mutiny-clients/target/site/apidocs docs/
cp -R vertx-mutiny-clients/target/reports/apidocs docs/

PROJECT_VERSION=$(cat .github/project.yml | yq eval '.release.current-version' -)
mike deploy --push --update-aliases $PROJECT_VERSION latest
Expand Down

0 comments on commit 3730d5a

Please sign in to comment.