Skip to content

Commit

Permalink
script to deploy updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Aug 3, 2016
1 parent 5d34524 commit a008f21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .grunt/grunt-gh-pages/gh-pages/src
Submodule src updated from f62298 to 7eceab
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,12 +460,12 @@ module.exports = function (grunt) {
}
},

ghpages: {
'gh-pages': {
options: {
base: 'dist'
},
src: ['**']
},
}

});

Expand Down Expand Up @@ -525,7 +525,7 @@ module.exports = function (grunt) {
]);

grunt.registerTask('deploy', [
'ghpages',
'gh-pages',
]);

/*
Expand Down

0 comments on commit a008f21

Please sign in to comment.