mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
bake now pushes to github
This commit is contained in:
parent
db06ed6147
commit
24423670bc
1 changed files with 3 additions and 0 deletions
3
bake.sh
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue