This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
commit 10968e04437c7616f633d15189b6c0b2a4b3b045 Author: PJ Fanning <[email protected]> AuthorDate: Tue Feb 3 12:20:28 2026 +0100 Update Scala version in publish workflow for docs --- .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]
