mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +08:00
🚀 测试文档工作流
This commit is contained in:
parent
6dcb085b53
commit
e656fa6a48
10
.github/workflows/deploy-docs.yml
vendored
10
.github/workflows/deploy-docs.yml
vendored
@ -33,11 +33,15 @@ jobs:
|
||||
cd docs
|
||||
pnpm install
|
||||
|
||||
- name: Python生成API文档
|
||||
- name: 设置Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
||||
- name: 生成API markdown
|
||||
run: |-
|
||||
python -m pip install pydantic~=2.8.3
|
||||
python liteyuki/mkdoc.py
|
||||
python liteyuki/mkdoc.py
|
||||
|
||||
|
||||
- name: 构建文档
|
||||
|
Loading…
Reference in New Issue
Block a user