From: fennecdjay Date: Sun, 10 Nov 2019 23:44:29 +0000 (+0100) Subject: add book X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0922f90593d8d7220a8429228105aab9bf8f41ed;p=gwion.git add book --- diff --git a/Makefile b/Makefile index 93d7fbc2..712065b1 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ build: ensure book: build deploy: book + echo lol @git branch -r | grep gh-pages && git push origin :gh-pages || true @git add -f book @git commit -m "add book"