One more cosmetical thing

This commit is contained in:
Philipp Oppermann
2015-11-07 00:34:16 +01:00
parent 8dfc8531e4
commit 6646326fb0

View File

@@ -25,5 +25,5 @@ git config user.email "nobody@example.com"
cp -r ../posts _posts cp -r ../posts _posts
cp ../pages/* ./ cp ../pages/* ./
git add . git add .
git commit -qm "update blog to $TRAVIS_COMMIT" git commit -qm "Update blog to $TRAVIS_COMMIT"
git push -q origin gh-pages git push -q origin gh-pages