From 87d2f0add3e0385d1b21235a9351f245c26e5dfe Mon Sep 17 00:00:00 2001 From: Vincent Date: Sat, 21 Mar 2026 22:11:22 +0100 Subject: [PATCH] Update rsync --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 16d5b9f..78bf36c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Install rsync - run: apt-get install -y rsync 2>/dev/null || apk add rsync + run: apt-get install -y rsync - name: Copy files to NAS run: |