mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Last final travis fix: there is no _pages folder
This commit is contained in:
@@ -24,6 +24,6 @@ git config user.name "blog update bot"
|
|||||||
git config user.email "nobody@example.com"
|
git config user.email "nobody@example.com"
|
||||||
cp -r ../posts _posts
|
cp -r ../posts _posts
|
||||||
cp ../pages/* ./
|
cp ../pages/* ./
|
||||||
git add _posts _pages
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user