chore: update workflow to continue on error
This commit is contained in:
@@ -110,9 +110,11 @@ jobs:
|
|||||||
git config --local user.name "Stevan Freeborn"
|
git config --local user.name "Stevan Freeborn"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "docs: documentation for v${{ steps.get-version.outputs.version }} [skip ci]"
|
git commit -m "docs: documentation for v${{ steps.get-version.outputs.version }} [skip ci]"
|
||||||
|
continue-on-error: true
|
||||||
- name: Push documentation
|
- name: Push documentation
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.ACTIONS_PAT }}
|
github_token: ${{ secrets.ACTIONS_PAT }}
|
||||||
branch: ${{ github.ref }}
|
branch: ${{ github.ref }}
|
||||||
tags: true
|
tags: true
|
||||||
|
continue-on-error: true
|
||||||
Reference in New Issue
Block a user