From: fennecdjay Date: Sun, 10 Nov 2019 23:06:00 +0000 (+0100) Subject: add book X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=95fa36cad6ec6ca0949df40b441c0b31f4d20d35;p=gwion.git add book --- 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