From 2d7e09dd494f0044bc41d258b64bb07cbc5d264f Mon Sep 17 00:00:00 2001 From: Alex Peters <80283343+alexpeters1208@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:16:17 -0500 Subject: [PATCH] fix: Fix protobuf doc deployment (#6135) The recent PR to add protobuf documentation deployment to GHA failed to use an important Gradle flag, resulting in the artifact being misnamed. --- .github/workflows/docs-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index e045e389a4a..3636f902dd1 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -426,7 +426,7 @@ jobs: cat gradle.properties - name: Generate Protobuf Docs - run: ./gradlew generateProtobuf + run: ./gradlew --scan outputVersion :proto:proto-backplane-grpc:generateProtobuf - name: Get Deephaven Version id: dhc-version