Skip to content

Commit 2c4e392

Browse files
committed
fix more JD
1 parent b6d1b04 commit 2c4e392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
git clone [email protected]:SpongePowered/APIJavadocs.git publish-jd -b data -c core.sshCommand="$(git config --local --get core.sshCommand)" -c user.name=Spongie -c user.email="[email protected]"
9393
cd publish-jd
9494
DESTDIR="$PROJECT_NAME/$PROJECT_VERSION"
95-
rm -f $DESTDIR
95+
rm -rf $DESTDIR
9696
mkdir -p $DESTDIR
9797
cp -R ../build/docs/javadoc/* $DESTDIR
9898
git add .

0 commit comments

Comments
 (0)