Skip to content

Commit

Permalink
Add script to update gh-pages copy of zelect...
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikko Koponen committed Jun 12, 2013
1 parent 611917b commit 15fdf6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sync-gh-pages.sh
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
git checkout gh-pages
git checkout master -- zelect.js
git commit -m "Update zelect.js from master"
git push
git checkout master

0 comments on commit 15fdf6f

Please sign in to comment.