mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Skip zola check for deploying the site
There are some 404s on external urls that seem ephemeral
This commit is contained in:
@ -1038,5 +1038,5 @@ addCommandAlias(
|
||||
"fix",
|
||||
"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")
|
||||
|
Reference in New Issue
Block a user