diff --git a/src/git.ts b/src/git.ts index e72681ab..90ac3e6a 100644 --- a/src/git.ts +++ b/src/git.ts @@ -86,7 +86,6 @@ export async function deploy(): Promise { /* Pushes all of the build files into the deployment directory. Allows the user to specify the root if '.' is provided. */ - });*/ if (action.build === '.') { await execute(`rsync -av --progress ${action.build}/. ${temporaryDeploymentDirectory} --exclude .git --exclude ${temporaryDeploymentDirectory}`, workspace)