2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ module.exports = function(grunt) {
384
384
} ,
385
385
386
386
'gh-pages' : {
387
- 'ui-grid.info ' : {
387
+ 'ui-grid-site ' : {
388
388
options : {
389
389
base : '<%= dist %>' ,
390
390
tag : ( currentTag ) ? 'v' + currentTag : null ,
Original file line number Diff line number Diff line change @@ -247,12 +247,12 @@ var util = module.exports = {
247
247
248
248
if ( process . env . TRAVIS ) {
249
249
// Update the config for the gh-pages task for it pushes changes as the user: Grud
250
- grunt . config ( 'gh-pages.ui-grid.info .options.user' , {
250
+ grunt . config ( 'gh-pages.ui-grid.site .options.user' , {
251
251
name : 'grud' ,
252
252
email : 'nggridteam@gmail.com'
253
253
} ) ;
254
254
255
- grunt . config ( 'gh-pages.ui-grid.info .options.repo' , 'https://' + process . env . GITHUB_NAME + ':' + process . env . GITHUB_PASS + '@github.com/angular-ui/ui-grid.info.git' ) ;
255
+ grunt . config ( 'gh-pages.ui-grid-site .options.repo' , 'https://' + process . env . GITHUB_NAME + ':' + process . env . GITHUB_PASS + '@github.com/angular-ui/ui-grid.info.git' ) ;
256
256
257
257
grunt . config ( 'gh-pages.bower.options.user' , {
258
258
name : 'grud' ,
0 commit comments