mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update git.ts
This commit is contained in:
parent
c69e32bd1f
commit
ae89c8d79b
@ -86,7 +86,6 @@ export async function deploy(): Promise<any> {
|
||||
/*
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user