From: fennecdjay Date: Sun, 10 Nov 2019 22:44:48 +0000 (+0100) Subject: :book: Update X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=484880f5b717767099f8be43af56d34b3e7a57c1;p=gwion.git :book: Update --- diff --git a/Makefile b/Makefile index 32aa42f8..2edd54a4 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,12 @@ build: ensure book: build deploy: book + @git push origin :gh-pages @git add -f book @git commit -m "add book" @git subtree push --prefix book origin gh-pages @git rm -rf book + @git add book @git commit -m "remove book" ensure: