From: fennecdjay Date: Sun, 10 Nov 2019 23:09:04 +0000 (+0100) Subject: sd X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0f8752a27a3ce574d002a0839dbeef7a8a4b7a5f;p=gwion.git sd --- diff --git a/Makefile b/Makefile index 6d6fc6c2..de25f840 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,7 @@ build: ensure book: build deploy: book - @git branch | grep gh-pages && git branch -D gh-pages || true - @echo lol -# @git push origin :gh-pages + @git branch gh-pages && git pull && git checkout mdbook @git add -f book @git commit -m "add book" @echo lol