👷 update api docs ci

This commit is contained in:
Ju4tCode 2020-09-24 00:22:35 +08:00 committed by GitHub
parent 1d7180e6cd
commit 9171894a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,4 +37,4 @@ jobs:
git config user.email nonebot@nonebot.dev
git add .
git diff-index --quiet HEAD || git commit -m ":memo: update api docs"
git push
git push origin HEAD:${{github.event.pull_request.head.ref}}