From: fennecdjay Date: Sun, 10 Nov 2019 23:40:38 +0000 (+0100) Subject: : X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=c49d4e28338f12c006cb121ae6e66f3f75046a0c;p=gwion.git : --- diff --git a/Makefile b/Makefile index 27f2a1b0..3928876c 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build: ensure book: build deploy: book - @$(shell git push origin :gh-pages || true) + @git branch | grep gh-pages && git push origin :gh-pages || true @git add -f book @git commit -m "add book" @git subtree push --prefix book origin gh-pages