Skip to content

Commit 233c95d

Browse files
committed
prepare release of v3.0.0
1 parent 6bc1777 commit 233c95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
git config --global user.name "Egon.io Bot"
130130
git clone --single-branch --branch main "https://x-access-token:${{ secrets.EGON_IO_DEPLOYMENT_PAT }}@github.com/WPS/egon.io-website.git" "${CLONE_DIR}"
131131
132-
rm -r "${CLONE_DIR}/app-v3"
132+
rm -rf "${CLONE_DIR}/app-v3"
133133
mkdir "${CLONE_DIR}/app-v3"
134134
cp -r dist_build/egon/* "${CLONE_DIR}/app-v3"
135135

0 commit comments

Comments
 (0)