From a3843ac06798e07a1a80d786fa1c6bf9064c2ab8 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Mon, 11 Nov 2019 00:14:37 +0100 Subject: [PATCH] sd --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2badac73..9118752c 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,10 @@ build: ensure book: build deploy: book - @git checkout gh-pages && git pull && git checkout mdbook +# @git checkout gh-pages && git pull && git checkout mdbook @git add -f book @git commit -m "add book" - @echo lol - @git subtree push --prefix book origin gh-pages + @git subtree push -f --prefix book origin gh-pages @git rm -rf book @rm -rf book @git commit -m "remove book" -- 2.43.0