Skip to content

Commit 6f368c4

Browse files
committed
Merge branch 'dev' into releases/v4
2 parents 289845b + c12b755 commit 6f368c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export async function deploy(action: ActionInterface): Promise<Status> {
166166
Allows the user to specify the root if '.' is provided.
167167
rsync is used to prevent file duplication. */
168168
await execute(
169-
`rsync -q -av --checksum --progress --mkpath ${action.folderPath}/. ${
169+
`rsync -q -av --checksum --progress ${action.folderPath}/. ${
170170
action.targetFolder
171171
? `${temporaryDeploymentDirectory}/${action.targetFolder}`
172172
: temporaryDeploymentDirectory

0 commit comments

Comments
 (0)