Some external links that are just now temporarily not available

This commit is contained in:
eikek 2021-06-19 00:18:16 +02:00
parent 808bd42b77
commit bd187d4f9d

View File

@ -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")