Skip to content

Commit 2998aed

Browse files
committed
Allow empty commits
1 parent 7d7450b commit 2998aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
git add .
6565
COMMIT_MESSAGE="Deploying on $(date "+%Y-%m-%d %H:%M:%S")"
66-
git commit -m "${COMMIT_MESSAGE}"
66+
git commit --allow-empty -m "${COMMIT_MESSAGE}"
6767
6868
- name: GIT Deploy
6969
if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.head.repo.full_name == 'lpython/lpython.org-deploy' }}

0 commit comments

Comments
 (0)