Skip to content

Commit d0e6ca9

Browse files
committed
Update the gulpfile
1 parent c5afad9 commit d0e6ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ var jsdoc = require('gulp-jsdoc'),
44

55
gulp.task('jsdoc', function () {
66
gulp.src('./src/**/*.js')
7-
.pipe(jsdoc('./documentation'));
7+
.pipe(jsdoc('../javascript-algorithms-docs'));
88
});

0 commit comments

Comments
 (0)