Skip to content

Commit

Permalink
fix skipping makeSite in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jatcwang committed Dec 8, 2024
1 parent c80b71e commit 4e5f6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ ThisBuild / githubWorkflowBuildPostamble ++= Seq(
),
WorkflowStep.Sbt(
commands = List("docs/makeSite"),
name = Some(s"Check Doc Site ($scala213Version only)"),
cond = Some(s"matrix.scala == '$scala213Version'")
name = Some(s"Check Doc Site (2.13 only)"),
cond = Some(s"matrix.scala == '2.13'")
)
)

Expand Down

0 comments on commit 4e5f6eb

Please sign in to comment.