From f58970783f15042d7805e4486e4043cacfd86a46 Mon Sep 17 00:00:00 2001 From: cheney Date: Fri, 28 Aug 2026 17:54:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20deploy=20job=20=E6=B7=BB=E5=8A=A0=20chec?= =?UTF-8?q?kout=20=E6=AD=A5=E9=AA=A4=E4=BF=AE=E5=A4=8D=20scp=20=E6=89=BE?= =?UTF-8?q?=E4=B8=8D=E5=88=B0=E6=96=87=E4=BB=B6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0f3614c..6312cc6 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -26,6 +26,9 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Deploy to server uses: appleboy/ssh-action@master with: