Skip to content

Commit

Permalink
Only run scripted on sbt-paradox-material-theme
Browse files Browse the repository at this point in the history
Co-authored-by: eugene yokota <[email protected]>
  • Loading branch information
mdedetrich and eed3si9n committed Feb 10, 2024
1 parent 3f3f2e3 commit 9b67820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck

- shell: bash
run: sbt '++ ${{ matrix.scala }}' test scripted makeSite
run: sbt '++ ${{ matrix.scala }}' test sbt-paradox-material-theme/scripted makeSite
2 changes: 1 addition & 1 deletion publish.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ inThisBuild(
val d = new java.util.Date
sbtdynver.DynVer.getGitDescribeOutput(d).mkVersion(versionFmt, fallbackVersion(d))
},
githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "scripted", "makeSite"))),
githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("test", "sbt-paradox-material-theme/scripted", "makeSite"))),
githubWorkflowTargetTags ++= Seq("v*"),
githubWorkflowPublishTargetBranches := Seq(),
githubWorkflowPublish := Seq(
Expand Down

0 comments on commit 9b67820

Please sign in to comment.