-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vincent Arel-Bundock
committed
Jul 17, 2012
1 parent
ed11dd5
commit da0d8fe
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/sh | ||
git checkout gh-pages | ||
git cp index.html index.html.bak | ||
git rm *csv | ||
git rm *html | ||
git merge master | ||
git mv doc/* ./ | ||
git mv csv/* ./ | ||
mv index.html.bak index.html | ||
git add index.html | ||
|
||
|