Skip to content

Commit

Permalink
add updateDocs.sh file
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Oct 31, 2012
1 parent 16607d1 commit 4c3376f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions updateDocs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# update docs on gh-pages branch

git checkout gh-pages
rm -r docs/
git checkout master dist/docs/
mkdir docs/
mv dist/docs/* docs/.
rm -r dist/
git add -A
git commit
git checkout master

0 comments on commit 4c3376f

Please sign in to comment.