Skip to content

Commit 6f1d23c

Browse files
author
Igor Polevoy
committed
point script to a snapshot version of JavaDoc
1 parent 9f0545a commit 6f1d23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update_api_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mvn javadoc:aggregate
2-
cp -rf target/site/apidocs/* ../javalite.github.io/activeweb/
3-
cd ../javalite.github.io/activeweb/
2+
cp -rf target/site/apidocs/* ../javalite.github.io/activeweb/snapshot
3+
cd ../javalite.github.io/activeweb/snapshot
44
git add .
55
git commit -m "update JavaDoc"
66
git push origin master

0 commit comments

Comments
 (0)