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-18 22:26:41 +0100
commit6774472775bd6e6cb3771b88fd4efa3b89d39ef4 (patch)
treedebde9f843dd9b739212200e8cb79ae90a601ce6 /Makefile
parent679e4890bba0f508fb07b22bddf955bb296fe444 (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