mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-17 16:20:05 +08:00
👷 update api docs ci
This commit is contained in:
parent
541dce6c54
commit
2319ab7d20
10
.github/workflows/api_docs.yml
vendored
10
.github/workflows/api_docs.yml
vendored
@ -13,11 +13,17 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
architecture: "x64"
|
||||
|
||||
- name: Install Dependences
|
||||
run: |
|
||||
pip3 install poetry
|
||||
poetry install
|
||||
python -m pip install --upgrade pip
|
||||
pip install .
|
||||
|
||||
- name: Build Doc
|
||||
run: sphinx-build -M markdown ./docs_build ./build
|
||||
|
Loading…
x
Reference in New Issue
Block a user