We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0545a commit 6f1d23cCopy full SHA for 6f1d23c
update_api_docs.sh
@@ -1,6 +1,6 @@
1
mvn javadoc:aggregate
2
-cp -rf target/site/apidocs/* ../javalite.github.io/activeweb/
3
-cd ../javalite.github.io/activeweb/
+cp -rf target/site/apidocs/* ../javalite.github.io/activeweb/snapshot
+cd ../javalite.github.io/activeweb/snapshot
4
git add .
5
git commit -m "update JavaDoc"
6
git push origin master
0 commit comments