From 6bca6c70cd9f8027ba3ca24c00d1b55ff842862c Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 17 Aug 2022 14:32:40 +0200 Subject: build fix --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index ff868a67..a560d986 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -388,7 +388,7 @@ gulp.task('build-zip', function() { }) gulp.task('build-jekyll', function(cb) { - const jekyll = cp.spawn('bundle', ['exec', 'jekyll', 'build'], { stdio: 'inherit' }) + const jekyll = cp.spawn('eleventy', [ ], { stdio: 'inherit' }) jekyll.on('close', function(code) { console.log(`Jekyll build exited with code ${code}`) if (!code) { -- cgit v1.2.1