Skip to content

Commit

Permalink
fix: rename publish branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gyoshev committed Oct 14, 2017
1 parent fc10d16 commit 214902e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ module.exports = function(grunt) {
},
'gh-pages': {
options: {
base: 'demo'
base: 'demo',
branch: 'site-production'
},
src: ['**']
},
Expand Down

0 comments on commit 214902e

Please sign in to comment.