Skip to content

Commit

Permalink
cant use gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Sep 6, 2017
1 parent ef41f49 commit fd9e45e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: ['**']
Expand Down

0 comments on commit fd9e45e

Please sign in to comment.