We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 289845b + c12b755 commit 6f368c4Copy full SHA for 6f368c4
src/git.ts
@@ -166,7 +166,7 @@ export async function deploy(action: ActionInterface): Promise<Status> {
166
Allows the user to specify the root if '.' is provided.
167
rsync is used to prevent file duplication. */
168
await execute(
169
- `rsync -q -av --checksum --progress --mkpath ${action.folderPath}/. ${
+ `rsync -q -av --checksum --progress ${action.folderPath}/. ${
170
action.targetFolder
171
? `${temporaryDeploymentDirectory}/${action.targetFolder}`
172
: temporaryDeploymentDirectory
0 commit comments