Skip to content

Commit

Permalink
Update for path change
Browse files Browse the repository at this point in the history
I assume this is related to a mvn package upgrade.
  • Loading branch information
oschwald committed Sep 6, 2024
1 parent 63f6b6d commit 9d09c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mvn release:clean
mvn release:prepare -DreleaseVersion="$version" -Dtag="$tag"
mvn release:perform
rm -fr ".gh-pages/doc/$tag"
cp -r target/checkout/target/apidocs ".gh-pages/doc/$tag"
cp -r target/checkout/target/reports/apidocs ".gh-pages/doc/$tag"

pushd .gh-pages

Expand Down

0 comments on commit 9d09c52

Please sign in to comment.