From a0b8b0002631a02d010afd6a3518aa3552f03c26 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 17 Jun 2026 06:39:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Add=20rsync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dreamhost.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index 1044f76..06e5895 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -38,6 +38,11 @@ jobs: - name: Clean up node modules (not needed to deploy) run: rm -rf node_modules + - name: Install rsync + run: | + sudo apt-get update + sudo apt-get install rsync + - name: Deploy to Dreamhost uses: SamKirkland/web-deploy@v1 with: