From a008f212939cf767b29997456054a3e976a76259 Mon Sep 17 00:00:00 2001 From: Sandoche Adittane Date: Wed, 3 Aug 2016 21:54:45 +0200 Subject: [PATCH] script to deploy updated --- .grunt/grunt-gh-pages/gh-pages/src | 2 +- Gruntfile.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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', ]); /*