From 24423670bcbd4d7381a32912aad33e10882ebe12 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 16 Apr 2012 13:08:27 +0200 Subject: [PATCH] bake now pushes to github --- bake.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bake.sh b/bake.sh index 62a90aec..be8d4b59 100755 --- a/bake.sh +++ b/bake.sh @@ -3,3 +3,6 @@ git checkout master README.md markdown2 README.md > tmp cat templates/header.html tmp templates/footer.html > index.html rm tmp +git add index.html +git commit -m "Updated Readme from master" +git push -u origin gh-pages