summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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