diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-19 19:46:20 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | afd9fdf7ca0800c457959b540c4378d20f802dc0 (patch) | |
| tree | 64de9c542cbf2c4581c9fc853aeffc105a031111 /Makefile | |
| parent | 95f01eeb99f142fcb8192f5f3368c64cef362f1a (diff) | |
add git package
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,9 +4,7 @@ generate: git submodule update bash ./buetow.org.sh --generate publish: - ADD_GIT=yes ./buetow.org.sh --generate - cp ./content/md/index.md index.md - git add index.md + USE_GIT=yes ./buetow.org.sh --generate git commit -a git push test: shellcheck @@ -16,5 +14,5 @@ shellcheck: --norc \ --external-sources \ --check-sourced \ - --exclude=SC2155,SC2010,SC2154,SC1090 \ + --exclude=SC2155,SC2010,SC2154,SC1090,SC2012 \ buetow.org.sh |
