aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMarak <[email protected]>2020-08-22 15:56:08 -0400
committerMarak <[email protected]>2020-08-22 15:56:08 -0400
commitcd28f5f07bae3686f0d9778e1be1affe736d0ac6 (patch)
tree1632ed8cbfb538d1c7d17f5962d9e15116f738fe /build
parent7fa2e9950a325a144ce8ecfd0c18fd5c6957584b (diff)
downloadfaker-cd28f5f07bae3686f0d9778e1be1affe736d0ac6.tar.xz
faker-cd28f5f07bae3686f0d9778e1be1affe736d0ac6.zip
Don’t include `gh-pages` task by default
Diffstat (limited to 'build')
-rw-r--r--build/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gulpfile.js b/build/gulpfile.js
index 0b00c7d7..9178d9b3 100644
--- a/build/gulpfile.js
+++ b/build/gulpfile.js
@@ -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);