Skip to content

Commit

Permalink
build_gh_pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakim Cassimally committed Jun 16, 2011
1 parent c5eccdb commit 36bf517
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build/tools/build_gh_pages
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

DIR=`dirname $0`

git checkout gh-pages
git merge master
perl $DIR/build_chapters.pl
perl $DIR/build_html.pl
git add build/html/
git commit -m "Generated gh-pages with build_gh_pages"
git push github gh-pages
git checkout -

0 comments on commit 36bf517

Please sign in to comment.