mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-06-17 01:47:47 +00: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
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
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
|
- name: Install Dependences
|
||||||
run: |
|
run: |
|
||||||
pip3 install poetry
|
python -m pip install --upgrade pip
|
||||||
poetry install
|
pip install .
|
||||||
|
|
||||||
- name: Build Doc
|
- name: Build Doc
|
||||||
run: sphinx-build -M markdown ./docs_build ./build
|
run: sphinx-build -M markdown ./docs_build ./build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user