Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Simple script for rebuilding pages.
  • Loading branch information
davorg committed Jan 27, 2015
1 parent 688d989 commit 9a1dbda
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions bin/build_pages
@@ -0,0 +1,15 @@
#!/bin/bash

cd ${HOME}/git/twittelection
git fetch
git checkout master
git pull
bin/build
git commit -a -m "Regenerated pages"
git push
git checkout gh-pages
git pull
git merge master
git push
git checkout master

0 comments on commit 9a1dbda

Please sign in to comment.