mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
12 lines
227 B
YAML
12 lines
227 B
YAML
|
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
|