From f26d189ecd4f72168d9713b58b7362b265de7431 Mon Sep 17 00:00:00 2001 From: snowy Date: Wed, 28 Aug 2024 12:02:30 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=B5=8B=E8=AF=95=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 29e7fff..eeeebc3 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -13,7 +13,7 @@ on: # 设置 GITHUB_TOKEN 的权限,以允许部署到 GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write @@ -67,5 +67,5 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: # 这是文档部署到的分支名称 - branch: gh-pages + branch: docs folder: docs/.vitepress/dist \ No newline at end of file