We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60dedd7 + d879393 commit 124a63cCopy full SHA for 124a63c
.github/workflows/deploy-github-pages.yml
@@ -43,3 +43,4 @@ jobs:
43
if: ${{ github.ref == 'refs/heads/main' }} # <-- specify same branch as above here
44
with:
45
github_token: ${{ secrets.GITHUB_TOKEN }}
46
+ allow_empty_commit: true
0 commit comments