From 3a90986b424ca95956a59b936265f615f42fbba6 Mon Sep 17 00:00:00 2001 From: Alex Chan Date: Wed, 30 Oct 2024 21:45:57 +0000 Subject: [PATCH] Print the progress + replace the SSH deploy key --- .github/workflows/build_site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_site.yml b/.github/workflows/build_site.yml index 751f33c38..4f10ff783 100644 --- a/.github/workflows/build_site.yml +++ b/.github/workflows/build_site.yml @@ -114,7 +114,7 @@ jobs: uses: burnett01/rsync-deployments@7.0.1 # if: github.ref == 'refs/heads/main' with: - switches: -avzr --delete --exclude="" --include="" --filter="" + switches: -avzr --progress --delete --exclude="" --include="" --filter="" path: _site/ remote_path: repos/alexwlchan.net/_site remote_host: "178.79.134.59"