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 7d7450b commit 2998aedCopy full SHA for 2998aed
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
run: |
64
git add .
65
COMMIT_MESSAGE="Deploying on $(date "+%Y-%m-%d %H:%M:%S")"
66
- git commit -m "${COMMIT_MESSAGE}"
+ git commit --allow-empty -m "${COMMIT_MESSAGE}"
67
68
- name: GIT Deploy
69
if: ${{ github.ref != 'refs/heads/main' && github.event.pull_request.head.repo.full_name == 'lpython/lpython.org-deploy' }}
0 commit comments