From 92ad2f06f6fa041f042e2a7a1574a57be65fa6d3 Mon Sep 17 00:00:00 2001 From: xengi Date: Sun, 15 Feb 2026 16:52:42 +0100 Subject: [PATCH] Update .forgejo/workflows/deploy.yaml --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 23bbc86..2f69379 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install dependencies - run: apk --no-cache add hugo python3 py3-pip git openssh-client + run: apk --no-cache add hugo python3 py3-pip git openssh-client rsync - name: Check install run: |