From 811ccee9b522f300364790bc3761043f1e80c48a Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 18 Apr 2023 08:02:14 +0100 Subject: [PATCH] Remove dry-run from rsync --- .github/actions/publish-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish-docs.sh b/.github/actions/publish-docs.sh index 1fb2cd3..922a5ba 100755 --- a/.github/actions/publish-docs.sh +++ b/.github/actions/publish-docs.sh @@ -20,7 +20,7 @@ fi install -m 600 -D /dev/null "$SSH_PRIVATE_KEY_PATH" echo "$SSH_PRIVATE_KEY" > "$SSH_PRIVATE_KEY_PATH" echo "$SSH_KNOWN_HOST" > ~/.ssh/known_hosts - RSYNC_OPTS='--dry-run -avz --delete' + RSYNC_OPTS='-avz --delete' if [ -f .full-build ]; then unlink .full-build BUILD_REFNAME=