We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90265e commit 8252793Copy full SHA for 8252793
deploy-javadoc.sh
@@ -3,6 +3,7 @@
3
DEPLOY_DIRECTORY=api/current
4
TAG=$(git describe --exact-match --tags $(git log -n1 --pretty='%h'))
5
6
+make deps
7
./mvnw -q clean javadoc:javadoc -Dmaven.javadoc.failOnError=false
8
git co gh-pages
9
rm -rf $DEPLOY_DIRECTORY/*
0 commit comments