mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-05 19:46:47 +00:00
🧑💻 Dev: 迁移使用 uv 管理项目依赖 (#3607)
This commit is contained in:
7
.github/actions/build-api-doc/action.yml
vendored
7
.github/actions/build-api-doc/action.yml
vendored
@ -5,10 +5,5 @@ runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: |
|
||||
poetry run nb-autodoc nonebot \
|
||||
-s nonebot.plugins \
|
||||
-u nonebot.internal \
|
||||
-u nonebot.internal.*
|
||||
cp -r ./build/nonebot/* ./website/docs/api/
|
||||
yarn prettier
|
||||
uv run --no-sync bash ./scripts/build-api-docs.sh
|
||||
shell: bash
|
||||
|
Reference in New Issue
Block a user