summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-19 19:46:20 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commitafd9fdf7ca0800c457959b540c4378d20f802dc0 (patch)
tree64de9c542cbf2c4581c9fc853aeffc105a031111 /Makefile
parent95f01eeb99f142fcb8192f5f3368c64cef362f1a (diff)
add git package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 07ce729c..681a9c96 100644
--- a/Makefile
+++ b/Makefile
@@ -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