Skip to content

Commit

Permalink
docs: push akka-edge and akka-distributed-cluster to the right direct…
Browse files Browse the repository at this point in the history
…ory (#1253)
  • Loading branch information
johanandren authored Nov 19, 2024
1 parent 5232dd2 commit 40cd8b3
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 @@ -282,7 +282,7 @@ lazy val `akka-distributed-cluster-docs` = project
name := "Akka Distributed Cluster",
publish / skip := true,
previewPath := (Paradox / siteSubdirName).value,
Paradox / siteSubdirName := s"docs/akka-distributed-cluster/${projectInfoVersion.value}",
Paradox / siteSubdirName := s"libraries/akka-distributed-cluster/${projectInfoVersion.value}",
commonParadoxProperties,
Compile / paradoxProperties ++= Map(
"project.url" -> "https://doc.akka.io/libraries/akka-distributed-cluster/current/",
Expand All @@ -307,7 +307,7 @@ lazy val `akka-edge-docs` = project
name := "Akka Edge",
publish / skip := true,
previewPath := (Paradox / siteSubdirName).value,
Paradox / siteSubdirName := s"docs/akka-edge/${projectInfoVersion.value}",
Paradox / siteSubdirName := s"libraries/akka-edge/${projectInfoVersion.value}",
commonParadoxProperties,
Compile / paradoxProperties ++= Map(
"project.url" -> "https://doc.akka.io/libraries/akka-edge/current/",
Expand Down

0 comments on commit 40cd8b3

Please sign in to comment.