We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac668f8 commit 1795b50Copy full SHA for 1795b50
.github/workflows/deploy.yml
@@ -87,5 +87,5 @@ jobs:
87
run: |
88
cd ${{ github.workspace }}
89
git add ${{ env.OUTPUT_DIR }}
90
- 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"
91
git push origin release
0 commit comments