From 09d742e65efab6bec2f24489641e94bde8d69ae7 Mon Sep 17 00:00:00 2001 From: Cael Date: Wed, 14 Feb 2024 17:37:24 +0800 Subject: [PATCH] docs: update README --- .github/workflows/pages.yml | 3 +-- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index cc32538..f26912d 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,8 +28,7 @@ jobs: vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}} working-directory: ./book - - name: push to gh-pages - uses: peaceiris/actions-gh-pages@v3 + - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book diff --git a/README.md b/README.md index c05a0dd..a71a15c 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ 本人能力有限,内容肯定存在错误和不足,欢迎大家指正。 -你可以通过以下网址访问网页内容: +**预览地址** - [https://book.jinhun.moe](https://book.jinhun.moe) - [https://book.mraddict.top](https://book.mraddict.top) - [https://book.mraddict.vercel.app](https://book.mraddict.vercel.app) - [https://mr-addict.github.io/Doc-Share](https://mr-addict.github.io/Doc-Share) -版本信息: +**版本信息** -| Package | Version | Repository | -| :-------------- | :------ | :-------------------------------------------------------------------------- | -| mdbook | 0.4.36 | [仓库地址](https://github.com/rust-lang/mdBook/releases/tag/v0.4.36) | -| mdbook-embedify | 0.2.5 | [仓库地址](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.5) | +| 包 | 版本 | 仓库 | +| :-------------- | :----- | :-------------------------------------------------------------------------- | +| mdbook | 0.4.36 | [仓库地址](https://github.com/rust-lang/mdBook/releases/tag/v0.4.36) | +| mdbook-embedify | 0.2.5 | [仓库地址](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.5) |