mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +00:00
👷 update api docs ci
This commit is contained in:
2
.github/workflows/api_docs.yml
vendored
2
.github/workflows/api_docs.yml
vendored
@ -36,5 +36,5 @@ jobs:
|
|||||||
git config user.name nonebot
|
git config user.name nonebot
|
||||||
git config user.email nonebot@nonebot.dev
|
git config user.email nonebot@nonebot.dev
|
||||||
git add .
|
git add .
|
||||||
git commit -m ":memo: update api docs"
|
git diff-index --quiet HEAD || git commit -m ":memo: update api docs"
|
||||||
git push
|
git push
|
||||||
|
Reference in New Issue
Block a user