diff --git a/.grunt/grunt-gh-pages/gh-pages/src b/.grunt/grunt-gh-pages/gh-pages/src index f62298a..7eceaba 160000 --- a/.grunt/grunt-gh-pages/gh-pages/src +++ b/.grunt/grunt-gh-pages/gh-pages/src @@ -1 +1 @@ -Subproject commit f62298a1af4c049a4aa4bc6efdfd337f90f13bf5 +Subproject commit 7eceaba11d6e0d754044a372fc18898d5f2c7687 diff --git a/Gruntfile.js b/Gruntfile.js index 3dcdf9a..72b802a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -460,12 +460,12 @@ module.exports = function (grunt) { } }, - ghpages: { + 'gh-pages': { options: { base: 'dist' }, src: ['**'] - }, + } }); @@ -525,7 +525,7 @@ module.exports = function (grunt) { ]); grunt.registerTask('deploy', [ - 'ghpages', + 'gh-pages', ]); /*