Docs: Bump nb-autodoc from 0.x to 1.0.0a5 (#1661)

This commit is contained in:
Anh71me
2023-02-02 16:10:22 +08:00
committed by GitHub
parent b534b3b03f
commit d2f000bb16
3 changed files with 11 additions and 21 deletions

View File

@ -5,7 +5,10 @@ runs:
using: "composite"
steps:
- run: |
poetry run nb-autodoc nonebot
poetry run nb-autodoc nonebot \
-s nonebot.plugins \
-u nonebot.internal \
-u nonebot.internal.*
cp -r ./build/nonebot/* ./website/docs/api/
yarn prettier
shell: bash