👷 update api docs ci

This commit is contained in:
Ju4tCode
2020-09-23 23:36:06 +08:00
committed by GitHub
parent 2319ab7d20
commit 68795c36f2

View File

@ -23,7 +23,8 @@ jobs:
- name: Install Dependences
run: |
python -m pip install --upgrade pip
pip install .
pip install poetry
poetry install
- name: Build Doc
run: sphinx-build -M markdown ./docs_build ./build