From 9903d551c2d70e7727a6f0696c229593b3bfc254 Mon Sep 17 00:00:00 2001 From: Vanisper <273266469@qq.com> Date: Sat, 4 Jan 2025 01:00:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=8F=A1=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E8=BE=93=E5=87=BA=E7=9B=AE=E5=BD=95=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f3e15d3..b27f846 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,4 +42,4 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./examples/dist/build/h5 # 构建输出目录 + publish_dir: ./examples/vue3+vite+ts/dist/build/h5 # 构建输出目录