mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Quiet Mode
This commit is contained in:
parent
a4594d3404
commit
f74e44cdfa
@ -89,7 +89,7 @@ export async function deploy(): Promise<any> {
|
||||
if (action.build === root) {
|
||||
// rsync is executed here so the .git and temporary deployment directories don't get duplicated.
|
||||
await execute(
|
||||
`rsync -av --progress ${action.build}/. ${temporaryDeploymentDirectory} --exclude .git --exclude ${temporaryDeploymentDirectory}`,
|
||||
`rsync -q -av --progress ${action.build}/. ${temporaryDeploymentDirectory} --exclude .git --exclude ${temporaryDeploymentDirectory}`,
|
||||
workspace
|
||||
);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user