Skip to content

Commit ef9ff56

Browse files
committed
Allow docs generator to continue on error
1 parent 1440f3b commit ef9ff56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
continue-on-error: true
4747
- name: Push changes
4848
uses: ad-m/github-push-action@master
49+
continue-on-error: true
4950
if: ${{ success() }}
5051
with:
5152
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)