Skip to content

Commit

Permalink
Update packages and switch to gulp-gh-pages-will
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfweston committed Mar 11, 2020
1 parent c156fe1 commit a3ec5f6
Show file tree
Hide file tree
Showing 5 changed files with 5,871 additions and 10,970 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ STYLEGUIDE_TEMPLATE/output_prod/
node_modules/
.idea/
vendor/
.publish
4 changes: 2 additions & 2 deletions Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var postcss = require('gulp-postcss');
var reporter = require('postcss-reporter');
var syntax_scss = require('postcss-scss');
var stylelint = require('stylelint');
var deploy = require('gulp-gh-pages');
var deploy = require('gulp-gh-pages-will');
var a11y = require('gulp-accessibility');
var rename = require('gulp-rename');

Expand Down Expand Up @@ -140,7 +140,7 @@ gulp.task('spress-prod', ['sass'],function () {

// Set a deploy task for spress
gulp.task('spress-deploy', ['sass', 'spress-prod'], function() {
console.log('Beginning deploy to gh-pages for' + defaults.repo);
console.log('Beginning deploy to gh-pages for ' + defaults.repo);
return gulp.src(defaults.output_prod)
.pipe(deploy(defaults.deploy))
.on('end', function(){ console.log('Your styleguide has been deployed to' + defaults.repo); });
Expand Down
Loading

0 comments on commit a3ec5f6

Please sign in to comment.