From: fennecdjay Date: Sun, 10 Nov 2019 23:14:37 +0000 (+0100) Subject: sd X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a3843ac06798e07a1a80d786fa1c6bf9064c2ab8;p=gwion.git sd --- 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"