Skip to content

Commit e629042

Browse files
committed
build: change ci script
1 parent 38e8427 commit e629042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
DEPLOY_BRANCH="${GITHUB_REF##*/}"
4343
4444
git clone --depth=1 https://x-access-token:${GH_TOKEN}@github.com/${TARGET_REPO}.git $CLONE_DIR
45-
cp ./* ./$CLONE_DIR/*
45+
cp -r ./* ./$CLONE_DIR/*
4646
4747
cd $CLONE_DIR
4848

0 commit comments

Comments
 (0)