From 40cd8b3522b5a80d50073aa3c1dc9ae0f38984e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 19 Nov 2024 12:32:23 +0100 Subject: [PATCH] docs: push akka-edge and akka-distributed-cluster to the right directory (#1253) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 62a2e8606..9a50c3647 100644 --- a/build.sbt +++ b/build.sbt @@ -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/", @@ -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/",