From 3485fa1d0ed7408960194d5921be90238eb5d063 Mon Sep 17 00:00:00 2001 From: EricWXY Date: Mon, 1 Apr 2024 13:14:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20test-and-deploy.y?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index b1dc69f..7c5f803 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -51,7 +51,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: docs - path: ./package/docs/.vitepress/dist + path: ./packages/docs/.vitepress/dist deploy: name: Deploy to GitHub Pages