From 8924a66a011078735892c8a2bea4041d380a60e8 Mon Sep 17 00:00:00 2001 From: ChaiByte Date: Thu, 13 Jun 2024 14:47:32 +0800 Subject: [PATCH 1/2] docs(frontend): add vitepress integration link (#715) (#716) --- docs/frontend.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/frontend.md b/docs/frontend.md index ba3a0f0ca..fbd9f0286 100644 --- a/docs/frontend.md +++ b/docs/frontend.md @@ -81,6 +81,10 @@ twikoo: 请参考 [入门篇 - FixIt #主题配置](https://fixit.lruihao.cn/zh-cn/documentation/basics/#theme-configuration) 和 [hugo-fixit/FixIt/config.toml#L613-L624](https://github.com/hugo-fixit/FixIt/blob/8bb2a35dcc4c54fc3e0fb968df063d6be1daabf3/config.toml#L613-L624) 进行配置 +## 在 VitePress 中使用 + +请参考 [VitePress 集成 twikoo 参考解决方案](https://github.com/twikoojs/twikoo/issues/715) 进行配置。 + ## 通过 CDN 引入 ::: tip 提示 From 885654dee964dd17aa0ace14ab483e74f0ef7980 Mon Sep 17 00:00:00 2001 From: iMaeGoo Date: Thu, 13 Jun 2024 14:53:29 +0800 Subject: [PATCH 2/2] ci: auto deploy docs --- .github/workflows/docs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cc17adcef..84a93a4fb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -4,8 +4,11 @@ name: Docs on: - release: - types: [released] + push: + branches: + - main + paths: + - 'docs/**' workflow_dispatch: jobs: