From c1a486dd28f8d0f17e88d32035a2d216e8345c5b Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Mon, 11 Nov 2019 00:43:00 +0100 Subject: [PATCH] : --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93d7fbc2..58679fa4 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 -- 2.43.0