👷 fix api docs build error

This commit is contained in:
yanyongyu
2021-12-02 15:12:36 +08:00
parent c037c7a196
commit 534119eaf0
3 changed files with 7 additions and 1 deletions

View File

@ -51,6 +51,7 @@ jobs:
poetry run sphinx-build -M markdown ./docs_build ./build
cp -r ./build/markdown/* ./website/docs/api/
yarn install
yarn prettier
yarn build
- name: Get Branch Name