Skip to content

Commit

Permalink
Fixed deploy to ghpages script.
Browse files Browse the repository at this point in the history
  • Loading branch information
cabralmartin committed Sep 26, 2015
1 parent 9c70c17 commit aebbd8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build/
build
node_modules/
release/
npm-debug.log
2 changes: 2 additions & 0 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ $BIN/grunt ghpages
echo "Publishing latest to gh-pages"
grep -v '^build$' .gitignore > /tmp/.gitignore
mv /tmp/.gitignore .gitignore
git add --force support/playground/build
git commit -m "Automated gh-page Publish"
git subtree push --prefix support/playground origin gh-pages

0 comments on commit aebbd8d

Please sign in to comment.