Skip to content

Commit

Permalink
lets try this one last time
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRRest committed Jul 24, 2023
1 parent 06fe1af commit 9c486c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ var gulp = require('gulp');
var ghPages = require('gulp-gh-pages');

gulp.task('deploy', function() {
return gulp.src('./dist/**/*')
return gulp.src('./')
.pipe(ghPages());
});

0 comments on commit 9c486c6

Please sign in to comment.