mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Quiet
This commit is contained in:
parent
f74e44cdfa
commit
b711f5273f
@ -94,7 +94,7 @@ function deploy() {
|
||||
Allows the user to specify the root if '.' is provided. */
|
||||
if (constants_1.action.build === constants_1.root) {
|
||||
// rsync is executed here so the .git and temporary deployment directories don't get duplicated.
|
||||
yield util_1.execute(`rsync -av --progress ${constants_1.action.build}/. ${temporaryDeploymentDirectory} --exclude .git --exclude ${temporaryDeploymentDirectory}`, constants_1.workspace);
|
||||
yield util_1.execute(`rsync -q -av --progress ${constants_1.action.build}/. ${temporaryDeploymentDirectory} --exclude .git --exclude ${temporaryDeploymentDirectory}`, constants_1.workspace);
|
||||
}
|
||||
else {
|
||||
yield io_1.cp(`${constants_1.action.build}/.`, temporaryDeploymentDirectory, {
|
||||
|
Loading…
Reference in New Issue
Block a user