fix api docs generate breaks

This commit is contained in:
sunxyw
2022-04-29 15:40:40 +08:00
parent 3bbe21268b
commit bfffdc7d21

View File

@@ -48,6 +48,7 @@ jobs:
- name: Commit api docs
if: steps.generate-api-docs.outcome == 'success'
continue-on-error: true
run: |
git config --global user.name 'Github Build Bot'
git config --global user.email 'noreply@github.com'