bake now pushes to github

This commit is contained in:
Manuel Ebert 2012-04-16 13:08:27 +02:00
parent db06ed6147
commit 24423670bc

View file

@ -3,3 +3,6 @@ git checkout master README.md
markdown2 README.md > tmp markdown2 README.md > tmp
cat templates/header.html tmp templates/footer.html > index.html cat templates/header.html tmp templates/footer.html > index.html
rm tmp rm tmp
git add index.html
git commit -m "Updated Readme from master"
git push -u origin gh-pages