From 9d73efaac8f8373ec8ef65b6cd68720c459c4957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=BC=B9?= <810335188@qq.com> Date: Sat, 16 Sep 2023 16:02:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=87=E6=8D=A2=E9=83=A8=E7=BD=B2act?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b4edc62..ad0f7cb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: run: pnpm run build - name: 部署到 gh-pages 分支 - uses: peaceiris/actions-gh-pages@v3 + uses: ftnext/action-push-ghpages@v1.0.0 with: + build_dir: dist github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist