Execute htmlproofer asynchronously
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-07-21 23:37:54 +02:00
parent 62e8bf9597
commit 910704ed2f

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.