Skip to content

Commit

Permalink
Update for path change
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Sep 19, 2024
1 parent 5a98e5c commit 2d8c911
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"
ln -Tfs "$tag" .gh-pages/doc/latest

pushd .gh-pages
Expand Down

0 comments on commit 2d8c911

Please sign in to comment.