We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e8427 commit e629042Copy full SHA for e629042
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
DEPLOY_BRANCH="${GITHUB_REF##*/}"
43
44
git clone --depth=1 https://x-access-token:${GH_TOKEN}@github.com/${TARGET_REPO}.git $CLONE_DIR
45
- cp ./* ./$CLONE_DIR/*
+ cp -r ./* ./$CLONE_DIR/*
46
47
cd $CLONE_DIR
48
0 commit comments