Skip to content

Commit 75490b1

Browse files
committed
correct path in deploy tasks
1 parent 3794224 commit 75490b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gulp.task('pcss', function() {
4141
]))
4242
.pipe(rename({ extname: '.css' }))
4343
.pipe(gulp.dest('./dist/css/'))
44-
.pipe(gulp.dest('./docs/dist/'))
44+
.pipe(gulp.dest('./docs/dist/css/'))
4545
});
4646

4747

0 commit comments

Comments
 (0)