mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
Update api_docs.yml
This commit is contained in:
parent
4306d12f83
commit
541dce6c54
4
.github/workflows/api_docs.yml
vendored
4
.github/workflows/api_docs.yml
vendored
@ -15,7 +15,9 @@ jobs:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Install Dependences
|
||||
run: pip3 install .
|
||||
run: |
|
||||
pip3 install poetry
|
||||
poetry install
|
||||
|
||||
- name: Build Doc
|
||||
run: sphinx-build -M markdown ./docs_build ./build
|
||||
|
Loading…
Reference in New Issue
Block a user