Skip to content

Commit

Permalink
Microsite project is site
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jan 13, 2021
1 parent e14f60d commit 622f3ef
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 @@ -40,7 +40,7 @@ ThisBuild / githubWorkflowBuild := Seq(
WorkflowStep.Sbt(List("test", "mimaReportBinaryIssues")),

WorkflowStep.Sbt(
List("docs/makeMicrosite"),
List("site/makeMicrosite"),
cond = Some(Scala213Cond)))

ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
Expand All @@ -63,7 +63,7 @@ ThisBuild / githubWorkflowPublish := Seq(
"SONATYPE_USERNAME" -> "${{ secrets.SONATYPE_USERNAME }}")),

WorkflowStep.Sbt(
List(s"++$Scala213", "docs/publishMicrosite"),
List(s"++$Scala213", "site/publishMicrosite"),
name = Some("Publish microsite")
)
)
Expand Down

0 comments on commit 622f3ef

Please sign in to comment.