💚 add extra install in document build

This commit is contained in:
Mix
2021-02-06 10:54:50 +08:00
parent 86965ee06d
commit 7d9a8eaf19
3 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Build API Doc
on:
pull_request:
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
jobs:
build:
@ -30,7 +30,7 @@ jobs:
- name: Set up dependencies
run: |
poetry install
poetry install -E all
- name: Build Doc
run: poetry run sphinx-build -M markdown ./docs_build ./build