Re-add zola check

This commit is contained in:
eikek 2022-02-07 23:55:57 +01:00
parent 89aa237d51
commit dcea9a8f06

@ -1038,5 +1038,5 @@ addCommandAlias(
"fix",
"headerCreateAll; Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll"
)
addCommandAlias("make-website", ";website/clean ;website/zolaBuild")
addCommandAlias("make-website", ";website/clean ;website/zolaBuild ;website/zolaCheck")
addCommandAlias("publish-website", "website/publishToGitHubPages")