From 91f7c70194d905264503be7e6430574a0c381b2b Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 7 Nov 2015 00:22:32 +0100 Subject: [PATCH] Last final travis fix: there is no _pages folder --- scripts/travis-blog-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-blog-update.sh b/scripts/travis-blog-update.sh index b5c053d6..648615c4 100644 --- a/scripts/travis-blog-update.sh +++ b/scripts/travis-blog-update.sh @@ -24,6 +24,6 @@ git config user.name "blog update bot" git config user.email "nobody@example.com" cp -r ../posts _posts cp ../pages/* ./ -git add _posts _pages +git add . git commit -qm "update blog to $TRAVIS_COMMIT" git push -q origin gh-pages