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