Skip to content

Commit

Permalink
Don’t include gh-pages task by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Marak committed Aug 22, 2020
1 parent 7fa2e99 commit cd28f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ gulp.task('documentation', function(cb) {

});

var tasks = ['documentation', 'jsdoc', 'nodeLocalRequires', 'browser-package', 'gh-pages'];
var tasks = ['documentation', 'jsdoc', 'nodeLocalRequires', 'browser-package' /*, 'gh-pages' */];

var locales = require('../lib/locales');
var localTasks = Object.keys(locales);
Expand Down

0 comments on commit cd28f5f

Please sign in to comment.