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

index 3928876c3866e87acd5bddd712da2cb285aca97e..93d7fbc2f732df95ab474c060c284c72beedddda 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ build: ensure
 book: build
 
 deploy: book
-       @git branch | grep gh-pages && git push origin :gh-pages || true
+       @git branch -r | grep gh-pages && git push origin :gh-pages || true
        @git add -f book
        @git commit -m "add book"
        @git subtree push --prefix book origin gh-pages