Skip zola check for deploying the site

There are some 404s on external urls that seem ephemeral
This commit is contained in:
eikek
2022-02-07 00:52:47 +01:00
parent 64c03927aa
commit 89aa237d51

View File

@ -1038,5 +1038,5 @@ addCommandAlias(
"fix", "fix",
"headerCreateAll; Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll" "headerCreateAll; 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") addCommandAlias("publish-website", "website/publishToGitHubPages")