From 6645202b2ece4440a0d7d9c6b376c690211650a4 Mon Sep 17 00:00:00 2001 From: "D.Yang" Date: Sun, 10 Nov 2024 15:01:07 +0800 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5de2b86..f4743b32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,5 +29,5 @@ jobs: username: ${{ secrets.ECS_USERNAME }} password: ${{ secrets.ECS_PASSWORD }} source: './dist/*' - target: '/root/site/mybatis-plus-doc/' + target: '/var/www/mybatis-plus-doc/' # rm: true \ No newline at end of file