From 0cde52e0d1f110c7964008fa993a0a6378507280 Mon Sep 17 00:00:00 2001 From: YaoLei <1049031269@qq.com> Date: Mon, 6 Jul 2026 10:31:41 +0800 Subject: [PATCH] Remove package installation step as runner already has openssh-client and rsync --- .gitea/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index d5e3a80..4443c54 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -38,8 +38,6 @@ jobs: working-directory: /tmp/hugo-site run: | set -e - # Install ssh client and rsync for Alpine - apk add --no-cache openssh-client rsync # Setup SSH key mkdir -p ~/.ssh echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa