From 15a85983fefe41cc3d78ee5125fb0eebe5775ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Wed, 11 Jun 2025 13:34:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci(gitea-actions):=20add=20secre?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build_and_deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_and_deploy_docs.yml b/.gitea/workflows/build_and_deploy_docs.yml index a42b342..3c45a91 100644 --- a/.gitea/workflows/build_and_deploy_docs.yml +++ b/.gitea/workflows/build_and_deploy_docs.yml @@ -39,7 +39,7 @@ jobs: - name: Deploy to 'pages' branch uses: peaceiris/actions-gh-pages@v3 with: - personal_token: ${{ secrets.DEPLOY_TOKEN }} + personal_token: d58a2e62b51446633a0c87df1591ba34db1ecacb external_repository: Dao-OS/dao-os-docs publish_branch: pages publish_dir: ./book # 推送整个 book 目录(现在包含了 en 和 zh)