1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

lets see if this will not fail when there are no changes in the docs

This commit is contained in:
mrdudz 2023-05-04 21:27:48 +02:00
parent 7053dac3a9
commit 769b316376

View File

@ -114,8 +114,8 @@ jobs:
git config user.email "cc65.nomail@github.com"
git config push.default simple
git add -A
git commit -m "Updated from cc65 commit ${GITHUB_SHA}."
git push
git diff-index --quiet HEAD || git commit -m "Updated from cc65 commit ${GITHUB_SHA}."
git diff-index --quiet HEAD || git push
# enter secrets under "repository secrets"
- name: Upload snapshot to sourceforge