Skip to content

Commit

Permalink
Remove dryrun option from ghPages
Browse files Browse the repository at this point in the history
  • Loading branch information
tommikaikkonen committed Sep 20, 2016
1 parent be92dd7 commit 15c958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -20,5 +20,5 @@ gulp.task('deploy', () =>
filepath.dirname = withoutLeadingSlash;
}
}))
.pipe(ghPages({ push: false }))
.pipe(ghPages())
);

0 comments on commit 15c958c

Please sign in to comment.