From 4d653b79b19e3be5896a37a40bf9a5f95388447d Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Tue, 21 Oct 2014 03:06:44 -0200 Subject: [PATCH] bugfix: gulpfile.js --- gulpfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 1397cdc..4e3bad1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,6 +1,7 @@ 'use strict'; var gulp = require('gulp'), + deploy = require('gulp-gh-pages'), gutil = require('gulp-util'), shell = require('gulp-shell'), stylus = require('gulp-stylus'), @@ -68,7 +69,7 @@ gulp.task('watch', function() { gulp.task('deploy', function () { gulp.src('./docs/**/*') - .pipe(deploy(options)); + .pipe(deploy()); }); gulp.task('bundle', shell.task([