This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 2eb0fc070 try to fix nightly doc build (#1441)
2eb0fc070 is described below
commit 2eb0fc070f3a91d32537c5cd89070cbe6e30ac59
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Feb 23 11:14:00 2026 +0100
try to fix nightly doc build (#1441)
* try to fix nightly doc build
* Update build.sbt
---
.github/workflows/check-build-test.yml | 8 +++-----
build.sbt | 2 +-
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/check-build-test.yml
b/.github/workflows/check-build-test.yml
index 03a699eb9..1ee87fc33 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -83,11 +83,9 @@ jobs:
- name: Install sbt
uses: sbt/setup-sbt@ae54f7cfe46ec0d24ade661d77f007360ab48bda # v1.1.16
- - name: Cache Coursier cache
- uses: coursier/cache-action@c5ca79321d170b8a18c288d9cadc2a6037166d0f #
v6.4.7
-
- - name: "Create all API docs and create site with Paradox"
- run: sbt docs/makeSite
+ - name: Build Documentation
+ run: |-
+ sbt docs/paradox unidoc
connectors:
runs-on: ubuntu-22.04
diff --git a/build.sbt b/build.sbt
index 00c9f1d54..9c4877ded 100644
--- a/build.sbt
+++ b/build.sbt
@@ -387,7 +387,6 @@ lazy val docs = project
Compile / paradox / name := "Apache Pekko Connectors",
publish / skip := true,
pekkoParadoxGithub := Some("https://github.com/apache/pekko-connectors"),
- makeSite := makeSite.dependsOn(LocalRootProject / ScalaUnidoc / doc).value,
previewPath := (Paradox / siteSubdirName).value,
Preprocess / siteSubdirName :=
s"api/pekko-connectors/${projectInfoVersion.value}",
Preprocess / sourceDirectory := (LocalRootProject / ScalaUnidoc / unidoc /
target).value,
@@ -479,6 +478,7 @@ lazy val docs = project
IO.copy(List(dir / "pekko-connectors-root-licenses.md" ->
targetFile)).toList
}
}.taskValue)
+ .dependsOn(googleCloudBigQueryStorage) //
https://github.com/apache/pekko-connectors/issues/1440
lazy val testkit = internalProject("testkit", Dependencies.testkit)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]