mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 17:15:36 +08:00
fix api docs generate breaks
This commit is contained in:
1
.github/workflows/increment-build-number.yml
vendored
1
.github/workflows/increment-build-number.yml
vendored
@@ -48,6 +48,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit api docs
|
- name: Commit api docs
|
||||||
if: steps.generate-api-docs.outcome == 'success'
|
if: steps.generate-api-docs.outcome == 'success'
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'Github Build Bot'
|
git config --global user.name 'Github Build Bot'
|
||||||
git config --global user.email 'noreply@github.com'
|
git config --global user.email 'noreply@github.com'
|
||||||
|
|||||||
Reference in New Issue
Block a user