mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +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",
|
"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")
|
||||||
|
Reference in New Issue
Block a user