Skip to content

Commit c90a480

Browse files
committed
Update to use gulp-gh-pages-will solution
1 parent e2ddce4 commit c90a480

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

gulp/tasks/deploy-pages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Necessary Plugins
22
const gulp = require('gulp')
33
, paths = require('../paths')
4-
, deploy = require('gulp-gh-pages');
4+
, deploy = require('gulp-gh-pages-will');
55

66
// Deploy to GitHub
77
module.exports = gulp.task('deploy-pages', () =>

package-lock.json

Lines changed: 15 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"gulp-cache": "1.0.2",
2222
"gulp-concat": "2.6.1",
2323
"gulp-cssnano": "^2.1.2",
24-
"gulp-gh-pages": "0.5.4",
24+
"gulp-gh-pages-will": "^0.5.5",
2525
"gulp-imagemin": "4.1.0",
2626
"gulp-plumber": "1.2.0",
2727
"gulp-pug": "3.3.0",

0 commit comments

Comments
 (0)