We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d1b04 commit 2c4e392Copy full SHA for 2c4e392
.github/workflows/ci.yaml
@@ -92,7 +92,7 @@ jobs:
92
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]"
93
cd publish-jd
94
DESTDIR="$PROJECT_NAME/$PROJECT_VERSION"
95
- rm -f $DESTDIR
+ rm -rf $DESTDIR
96
mkdir -p $DESTDIR
97
cp -R ../build/docs/javadoc/* $DESTDIR
98
git add .
0 commit comments