Skip to content

Commit

Permalink
fix: Fix protobuf doc deployment (#6135)
Browse files Browse the repository at this point in the history
The recent PR to add protobuf documentation deployment to GHA failed to
use an important Gradle flag, resulting in the artifact being misnamed.
  • Loading branch information
alexpeters1208 authored Sep 26, 2024
1 parent 20979ef commit 2d7e09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d7e09d

Please sign in to comment.