Skip to content

Commit 33a4c38

Browse files
committed
Fixed a bug in .ci/javadoc around initial creation of the javadoc folder.
1 parent 8cbdf86 commit 33a4c38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/push-javadoc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ git clone --quiet --branch=gh-pages https://${gh_token}@github.com/diffplug/jscr
1717

1818
# copy the javadoc into the build
1919
cd gh-pages
20+
mkdir -p javadoc
2021
if [[ "$VERSION" != *SNAPSHOT* ]]; then
2122
git rm -rf javadoc/${VERSION}
2223
cp -Rf $HOME/javadoc-temp/ ./javadoc/${VERSION}/

0 commit comments

Comments
 (0)