Skip to content

Commit

Permalink
In Action: Allow deploy to succeed when build introduced no change
Browse files Browse the repository at this point in the history
  • Loading branch information
shaib committed Jan 4, 2025
1 parent ac668f8 commit 1795b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
run: |
cd ${{ github.workspace }}
git add ${{ env.OUTPUT_DIR }}
git commit -m "Update /docs with latest build"
git commit -m "Update /docs with latest build" || git commit --allow-empty -m "/docs rebuild introduced no changes"
git push origin release

0 comments on commit 1795b50

Please sign in to comment.