1
0
forked from bot/app

⬇️ 更新文档样式

This commit is contained in:
2024-08-29 15:50:26 +08:00
parent 50c0216435
commit be5a4b270d
13 changed files with 1 additions and 1397 deletions

View File

@ -20,7 +20,6 @@ jobs:
fetch-depth: 0
# 如果你文档需要 Git 子模块,取消注释下一行
# submodules: true
- name: 安装 pnpm
uses: pnpm/action-setup@v2
with:
@ -41,7 +40,7 @@ jobs:
- name: 生成API markdown
run: |-
python -m pip install pydantic
python -m pip install litedoc
python -m litedoc liteyuki -o docs/dev/api -l zh-Hans -t vuepress
python -m litedoc liteyuki -o docs/en/dev/api -l en -t vuepress