summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-18 22:25:37 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commitafec8b7dfaaf62314cfbaef6528b2b44c69cf56d (patch)
tree98a690f4d4ce2bccad1840f1bea60f8a4850b763 /Makefile
parentbbfe73dda9a750dc39f4b9958b340452eca0a18f (diff)
add docs for github page root
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81cab115..879b7945 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,8 @@ generate:
bash ./buetow.org.sh --generate
publish:
ADD_GIT=yes ./buetow.org.sh --generate
+ cp ./content/md/index.md index.md
+ git add index.md
git commit -a
git push
test: shellcheck