We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbdf86 commit 33a4c38Copy full SHA for 33a4c38
1 file changed
.ci/push-javadoc.sh
@@ -17,6 +17,7 @@ git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/jscr
17
18
# copy the javadoc into the build
19
cd gh-pages
20
+mkdir -p javadoc
21
if [[ "$VERSION" != *SNAPSHOT* ]]; then
22
git rm -rf javadoc/${VERSION}
23
cp -Rf $HOME/javadoc-temp/ ./javadoc/${VERSION}/
0 commit comments