From: fennecdjay Date: Sun, 10 Nov 2019 23:36:44 +0000 (+0100) Subject: : X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3258019f5b21d69ef9d7d4a3ad7a28b1a0517ccf;p=gwion.git : --- diff --git a/Makefile b/Makefile index 9118752c..c8b42af9 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 add -f book @git commit -m "add book" - @git subtree push -f --prefix book origin gh-pages - @git rm -rf book + @git subtree push --prefix book origin gh-pages + @git rm -r book @rm -rf book @git commit -m "remove book"