Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
- Update some packages (not gulp b/c 4.0 changed too mcuh and I don't want to update it).
- Fix broken links after username change
- Fix issue that @Vilsol fixed on his fork
  • Loading branch information
Pandawan committed Nov 17, 2020
1 parent 86e0a6b commit f5cb0ab
Show file tree
Hide file tree
Showing 7 changed files with 16,629 additions and 3,140 deletions.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ gulp.task('reload', function (cb) {

// Upload to GitHub Pages
gulp.task('deploy', function (cb) {
root = 'https://pandawanfr.github.io/GarlicRecipes'
root = 'https://pandawan.github.io/GarlicRecipes'
runSequence('clean', 'build', 'clean-html', function () {
// No need to call gulp prod anymore, dist folder is ignored by gitignore
ghpages.publish('dist', cb);
Expand Down Expand Up @@ -242,5 +242,4 @@ gulp.task('watch', ['build'], function () {
gulp.watch('src/fonts/**/*', ['fonts']);
gulp.watch('src/files/**/*', ['files']);
gulp.watch('src/images/**/*', ['images']);

});
Loading

0 comments on commit f5cb0ab

Please sign in to comment.