From 0f8752a27a3ce574d002a0839dbeef7a8a4b7a5f Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Mon, 11 Nov 2019 00:09:04 +0100 Subject: [PATCH] sd --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6d6fc6c2..de25f840 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,7 @@ build: ensure book: build deploy: book - @git branch | grep gh-pages && git branch -D gh-pages || true - @echo lol -# @git push origin :gh-pages + @git branch gh-pages && git pull && git checkout mdbook @git add -f book @git commit -m "add book" @echo lol -- 2.43.0