From 5eed918c1ac8756d5fa192e0ce69b6375d04888f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sun, 16 Oct 2016 23:53:07 -0700 Subject: switch to direct gh-pages --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9fd1521..db6ed36 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,7 @@ gh-pages: docs cp doc/*.1.html /tmp/einhyrningsins-ronn git checkout gh-pages cp /tmp/einhyrningsins-ronn/*.html . - cp einhyrningsins.1.html index.html git add -u *.html - git commit -m "updating rendered manpage for github docs" + git commit -m "updating rendered manpage for github docs" || true git checkout master rm -r /tmp/einhyrningsins-ronn -- cgit v1.2.3