mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-13 08:02:36 +00:00
👷 update ci workflow
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: Build API Doc
|
||||
description: Build API Doc
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: |
|
||||
poetry run nb-autodoc nonebot
|
||||
cp -r ./build/nonebot/* ./website/docs/api/
|
||||
yarn prettier
|
||||
shell: bash
|
||||
Reference in New Issue
Block a user