diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-10 09:44:03 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | 4eb3dac26826665992dee3868a06f2e989c621a1 (patch) | |
| tree | 6ab59d097886884d29992ac836015881f8f028e7 | |
| parent | fdfeadd17c2b6a900f23e1d8d4b0a9713f18f53d (diff) | |
dont commit when there is nothing new
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ generate: bash ./buetow.org.sh --generate publish: ADD_GIT=yes bash ./buetow.org.sh --generate - bash -c 'git commit -a;exit 0' + git commit -a git push |
