From 3c2f4e45ef5e38f1c85877e600c4cfa843d79c41 Mon Sep 17 00:00:00 2001 From: xlsea Date: Wed, 4 Jun 2025 14:28:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20scp=20=E6=96=B0=E5=A2=9E=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=B8=8E=E8=A6=86=E7=9B=96=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d754de76..d2d3368f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,3 +39,5 @@ jobs: port: ${{ secrets.SSH_PORT }} source: "dist/*" target: ${{ secrets.TARGET_PATH }} + rm: true + overwrite: true