From 95a401b9aa9f8d61629c53424d46852b5df0b3e9 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 5 Feb 2014 00:29:27 +0100 Subject: [PATCH] Fixed missing target directory. --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index aabe59d49..9ca213a6c 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -28,6 +28,7 @@ gh-pages: html git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git config user.name "Oliver Schmidt" git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git config user.email "ol.sc@web.de" rm -rf $(GH_PAGES)/test + mkdir $(GH_PAGES)/test cp -R ../html/* $(GH_PAGES)/test git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git add -A git --work-tree=$(GH_PAGES) --git-dir=$(GH_PAGES)/.git commit -m "Updated doc from commit $(TRAVIS_COMMIT)."