mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 20:30:49 +00:00
lets see if this will not fail when there are no changes in the docs
This commit is contained in:
parent
7053dac3a9
commit
769b316376
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user