From: fennecdjay Date: Sun, 10 Nov 2019 23:44:10 +0000 (+0100) Subject: : X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=5feeae243ceaa99f3d16ef2cf2487ba6dfde9f10;p=gwion.git : --- diff --git a/Makefile b/Makefile index 58679fa4..93d7fbc2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build: ensure book: build deploy: book - @(git branch -r | grep gh-pages && git push origin :gh-pages) || true + @git branch -r | 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