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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new d6c6684b Update Scala version in publish workflow for docs (#620)
d6c6684b is described below
commit d6c6684b86373d022a9cc6f664f14aea8a708346
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Feb 3 14:58:26 2026 +0100
Update Scala version in publish workflow for docs (#620)
---
.github/workflows/publish-2.0-docs.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/publish-2.0-docs.yml
b/.github/workflows/publish-2.0-docs.yml
index 800380f6..5bb512be 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -54,9 +54,9 @@ jobs:
cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-grpc/2.0.0-M1/docs
cp -r docs/target/paradox/site/main/
target/nightly-docs/docs/pekko-grpc/2.0/docs
rm -r docs/target/paradox/site/main/
- cp -r target/scala-2.12/unidoc
target/nightly-docs/docs/pekko-grpc/2.0.0-M1/api
- cp -r target/scala-2.12/unidoc
target/nightly-docs/docs/pekko-grpc/2.0/api
- rm -r target/scala-2.12/unidoc
+ cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-grpc/2.0.0-M1/api
+ cp -r target/scala-2.13/unidoc
target/nightly-docs/docs/pekko-grpc/2.0/api
+ rm -r target/scala-2.13/unidoc
- name: Upload 2.0.0-M1 docs
uses: ./.github/actions/sync-nightlies
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]