Remove package installation step as runner already has openssh-client and rsync
Build and deploy Hugo site / build (push) Failing after 7s

This commit is contained in:
YaoLei
2026-07-06 10:31:41 +08:00
parent 62dd64da14
commit 0cde52e0d1
-2
View File
@@ -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