Skip to content

Commit

Permalink
Add continue-on-error to docs workflow to avoid failure when there ar…
Browse files Browse the repository at this point in the history
…e no changes
  • Loading branch information
ryanio authored Nov 20, 2023
1 parent 77f47a4 commit 5217d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Copy developer docs to repository
if: github.ref == 'refs/heads/main'
uses: nkoppel/push-files-to-another-repository@v1.1.2
continue-on-error: true
env:
API_TOKEN_GITHUB: ${{ steps.get_token.outputs.token }}
with:
Expand Down

0 comments on commit 5217d0a

Please sign in to comment.