Update api_docs.yml

This commit is contained in:
Ju4tCode 2020-09-23 23:14:03 +08:00 committed by GitHub
parent 4306d12f83
commit 541dce6c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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