Add workflow for publishing website

Builds an publishes the website on each push to `current-docs` branch.
This commit is contained in:
eikek
2021-05-31 14:33:49 +02:00
parent 71b913b19f
commit 3e7b66fd42
2 changed files with 28 additions and 0 deletions

View File

@ -787,3 +787,5 @@ addCommandAlias(
"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("publish-website", "website/publishToGitHubPages")