From bd187d4f9dd9cec200699bf259c7c54e551c9546 Mon Sep 17 00:00:00 2001 From: eikek Date: Sat, 19 Jun 2021 00:18:16 +0200 Subject: [PATCH] Some external links that are just now temporarily not available --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")