From 762ceed9b2c2b3d605eddceebf745df81afcedd0 Mon Sep 17 00:00:00 2001 From: zerotower69 Date: Mon, 6 May 2024 07:03:57 +0800 Subject: [PATCH] =?UTF-8?q?workflow:=20=F0=9F=93=8B=20=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=89=93=E5=8C=85=E5=90=8E=E7=9A=84=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E8=B7=AF=E5=BE=84=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fd210ee..3087879 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -56,7 +56,7 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # Upload build repository - path: './docs/.vitepress/dist' + path: './docs/dist' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v2 #使用插件 => https://github.com/actions/deploy-pages