Skip to content

Commit 124a63c

Browse files
authored
Merge pull request #64 from kborchers/fix-search
Allow empty commit deploy to gh-pages
2 parents 60dedd7 + d879393 commit 124a63c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ jobs:
4343
if: ${{ github.ref == 'refs/heads/main' }} # <-- specify same branch as above here
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
46+
allow_empty_commit: true

0 commit comments

Comments
 (0)