From fd9e45e7ea11996cbb0b7d6afb83736aba27b21f Mon Sep 17 00:00:00 2001 From: john gravois Date: Wed, 6 Sep 2017 11:46:22 -0700 Subject: [PATCH] cant use gh-pages --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7bc7b57..19fe1bd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -148,7 +148,8 @@ module.exports = function (grunt) { 'gh-pages': { options: { base: 'build', - branch: 'gh-pages', + // User pages like esri.github.io must be built from the master branch. + branch: 'master', repo: 'https://github.com/Esri/esri.github.io.git' }, src: ['**']