From 95fa36cad6ec6ca0949df40b441c0b31f4d20d35 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Mon, 11 Nov 2019 00:06:00 +0100 Subject: [PATCH] add book --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e5383c21..6d6fc6c2 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,11 @@ book: build deploy: book @git branch | grep gh-pages && git branch -D gh-pages || true - @git push origin :gh-pages + @echo lol +# @git push origin :gh-pages @git add -f book @git commit -m "add book" + @echo lol @git subtree push --prefix book origin gh-pages @git rm -rf book @rm -rf book -- 2.43.0