Last final travis fix: there is no _pages folder

This commit is contained in:
Philipp Oppermann
2015-11-07 00:22:32 +01:00
parent 2691f2b5d7
commit 91f7c70194

View File

@@ -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