]> Nishi Git Mirror - gwion.git/commitdiff
:
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 10 Nov 2019 23:36:44 +0000 (00:36 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sun, 10 Nov 2019 23:36:44 +0000 (00:36 +0100)
Makefile

index 9118752cd534d242f01b2dac36c6894bb047f52d..c8b42af9a088364a134d99065ffd579842206af7 100644 (file)
--- 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"