Update api_docs.yml

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

View File

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