diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-10-16 23:53:07 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-10-16 23:54:49 -0700 |
commit | 5eed918c1ac8756d5fa192e0ce69b6375d04888f (patch) | |
tree | 3484cb33b3ad8b12c4f66d33b7228757c803eb83 /Makefile | |
parent | 60941e8cd6cbdc58a781e9841475c415a97be4c3 (diff) | |
download | einhyrningsins-5eed918c1ac8756d5fa192e0ce69b6375d04888f.tar.gz einhyrningsins-5eed918c1ac8756d5fa192e0ce69b6375d04888f.zip |
switch to direct gh-pages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |