mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-03 18:46:45 +00:00
10 lines
173 B
YAML
10 lines
173 B
YAML
name: Build API Doc
|
|
description: Build API Doc
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- run: |
|
|
uv run --no-sync bash ./scripts/build-api-docs.sh
|
|
shell: bash
|