Skip to content

Commit

Permalink
Adding allow empty
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Oct 1, 2020
1 parent 06e8d7d commit 487a42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
git config --global user.name "github-actions"
git config --global user.email "github-actions@users.noreply.github.com"
git commit -m "Automated push of empty commit to re-render site $(date '+%Y-%m-%d')" || exit 0
git commit --allow-empty -m "Automated push of empty commit to re-render site $(date '+%Y-%m-%d')" || exit 0
git push origin "${BRANCH}"

0 comments on commit 487a42e

Please sign in to comment.