From 20fd9410fa7c34649600ee00e5a28eb05615d370 Mon Sep 17 00:00:00 2001 From: gavfu Date: Fri, 17 May 2024 23:22:24 +0800 Subject: [PATCH] Updates --- .github/workflows/prod-release-gh.yml | 4 +--- README.md | 10 +++++++++- docusaurus.config.js | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prod-release-gh.yml b/.github/workflows/prod-release-gh.yml index 7018ff9004..6a7051078b 100644 --- a/.github/workflows/prod-release-gh.yml +++ b/.github/workflows/prod-release-gh.yml @@ -26,8 +26,6 @@ jobs: - name: Deploy Gh-Pages 🚀 uses: peaceiris/actions-gh-pages@v3 with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - external_repository: gavfu/chzhshch-blog-site - publish_branch: main + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build cname: chzhshch.blog \ No newline at end of file diff --git a/README.md b/README.md index f8900df222..a6485fa3c4 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,12 @@ 世人皆苦,希望“永远只愿意站立”,而且“希望探索、展示人的所有潜能、可能”的“缠中说禅”,能通过本站的存在,照亮一方天地,给越来越多的世人以智慧、财富和勇气。 -如果您发现本站有任何错误或者疏漏,欢迎通过 **[TG群](https://t.me/chzhshchblog)** 反馈。另外本人偶尔会在 **[Twitter](https://twitter.com/chzhshch_eth)** 分享一些投资心得,亦欢迎关注。 \ No newline at end of file +如果您发现本站有任何错误或者疏漏,欢迎通过 **[TG群](https://t.me/chzhshchblog)** 反馈。另外本人偶尔会在 **[Twitter](https://twitter.com/chzhshch_eth)** 分享一些投资心得,亦欢迎关注。 + +## 本站地址 + +**主网址** +https://chzhshch.blog + +**备用网址** +https://chzhshchblog.github.io \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 87350704cc..6ed3fffaf8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -251,7 +251,7 @@ const config = { label: '捐赠', }, { - href: 'https://github.com/gavfu/chzhshch-blog-site', + href: 'https://github.com/gavfu/chzhshch-blog', // label: 'GitHub', position: 'right', className: 'header-github-link',