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

index 6d6fc6c273ee678287bf14f3e444fcb02de98e53..de25f8401d509b530bbde14990b62c59caef5acc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,7 @@ build: ensure
 book: build
 
 deploy: book
-       @git branch | grep gh-pages && git branch -D gh-pages || true
-       @echo lol
-#  @git push origin :gh-pages
+       @git branch gh-pages && git pull && git checkout mdbook
        @git add -f book
        @git commit -m "add book"
        @echo lol