We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae028a commit 9b79027Copy full SHA for 9b79027
1 file changed
dev-bin/release.sh
@@ -97,11 +97,10 @@ fi
97
git add README.md pom.xml
98
git commit -m "Preparing for $version"
99
100
-
101
mvn clean deploy
102
103
rm -fr ".gh-pages/doc/$tag"
104
-cp -r target/checkout/target/reports/apidocs ".gh-pages/doc/$tag"
+cp -r target/reports/apidocs ".gh-pages/doc/$tag"
105
rm .gh-pages/doc/latest
106
ln -fs "$tag" .gh-pages/doc/latest
107
0 commit comments