Skip to content

Commit

Permalink
gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NickRRest committed Jul 24, 2023
1 parent ee2cc98 commit d4d758a
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 300 deletions.
9 changes: 6 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
const gulp = require('gulp')
gulp.task('style', function () {
console.log(1)
var gulp = require('gulp');
var ghPages = require('gulp-gh-pages');

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

0 comments on commit d4d758a

Please sign in to comment.