From e461cf6ecbef4313481994e8320c8c5eac5fdae9 Mon Sep 17 00:00:00 2001 From: Eli Date: Mon, 11 Sep 2023 20:41:41 -0400 Subject: [PATCH] fixed to scp-action, not ssh-action --- .github/workflows/ssh_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ssh_deploy.yml b/.github/workflows/ssh_deploy.yml index d5e8aa7..8adeeb2 100644 --- a/.github/workflows/ssh_deploy.yml +++ b/.github/workflows/ssh_deploy.yml @@ -25,7 +25,7 @@ jobs: # Sync the _site folder to remote server - name: Deploy to Server via SSH - uses: appleboy/ssh-action@master + uses: appleboy/scp-action@master with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }}