Skip to content

Commit

Permalink
Uhh
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Feb 13, 2014
1 parent fead396 commit 197217c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/brief.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ class Brief
@run "git add #{@outputFile}", =>
@run 'git commit -m "Updating generated content"', =>
@run 'git checkout master', =>
@run "git push -f #{@remote} gh-pages" if @push
if @push
@run "git push -f #{@remote} gh-pages", ->
process.exit 0


# instantiate default brief instance and export that
Expand Down

0 comments on commit 197217c

Please sign in to comment.