From 593a3578867d8b120853f95cccf829861c6dc94e Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Tue, 25 Nov 2014 16:23:53 -0500 Subject: [PATCH] Automatically push docs updates --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 42462eeb..262e5b83 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -61,7 +61,7 @@ module.exports = function (grunt) { base: 'docs', clone: 'node_modules/grunt-gh-pages/repo', message: 'Updated docs with master', - push: false, + push: true, repo: 'git@github.com:kevin-brown/select2.git' }, src: '**'