diff --git a/build.sbt b/build.sbt index 2205fe5c..5201e975 100644 --- a/build.sbt +++ b/build.sbt @@ -788,5 +788,5 @@ addCommandAlias( "restapi/openapiLint; joexapi/openapiLint; scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check" ) addCommandAlias("fix", "Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll") -addCommandAlias("make-website", ";website/clean ;website/zolaBuild ;website/zolaCheck") +addCommandAlias("make-website", ";website/clean ;website/zolaBuild") addCommandAlias("publish-website", "website/publishToGitHubPages")