Execute htmlproofer asynchronously
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Jim Martens 2023-07-21 23:37:54 +02:00
parent 62e8bf9597
commit 910704ed2f
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ gulp.task("build:jekyll:local", function () {
gulp.task("htmlproofer", function () {
const shellCommand = "bundle exec htmlproofer _site/ --disable-external";
return execSync(shellCommand);
return exec(shellCommand);
});
// Deletes the entire _site directory.