Skip to content

Commit

Permalink
ci(openapi): change auto-gen folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pinglin committed Mar 9, 2023
1 parent 0d22377 commit 9c6683c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ plugins:
- paths=source_relative
- generate_unbound_methods=true
- remote: buf.build/grpc-ecosystem/plugins/openapiv2:v2.15.0-1
out: gen/openapiv2
out: openapiv2
opt:
- output_format=yaml
- json_names_for_fields=false
- allow_merge=true,merge_file_name=gen/openapiv2
- allow_merge=true,merge_file_name=openapiv2
- version=true
- remote: buf.build/sawadashota/plugins/protoc-gen-doc:v1.5.1
out: gen/grpc-doc
Expand Down

0 comments on commit 9c6683c

Please sign in to comment.