mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Travis bugfix
This commit is contained in:
@@ -22,7 +22,7 @@ git clone --branch gh-pages git@github.com:$TRAVIS_REPO_SLUG deploy_blog
|
|||||||
cd deploy_blog
|
cd deploy_blog
|
||||||
git config user.name "travis-update-bot"
|
git config user.name "travis-update-bot"
|
||||||
git config user.email "nobody@example.com"
|
git config user.email "nobody@example.com"
|
||||||
cp -r ../posts _posts
|
cp ../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"
|
||||||
|
|||||||
Reference in New Issue
Block a user