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

index 2badac7355d4cf1c45d1c3e536a49d4820fa0521..9118752cd534d242f01b2dac36c6894bb047f52d 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 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"