Skip to content

Commit f55e916

Browse files
committed
generate documentation
1 parent 46d1853 commit f55e916

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/convert-proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
auto-proto-convert:
1212
runs-on: ubuntu-latest
13-
if: github.repository == 'opensearch-project/opensearch-protobufs'
13+
# if: github.repository == 'opensearch-project/opensearch-protobufs'
1414
steps:
1515
- name: Checkout Repository
1616
uses: actions/checkout@v4

tools/proto-convert/src/config/target_api.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ paths:
33
- /{index}/_bulk
44
- /{index}/_search
55
- /_search
6+
- /{index}/_doc/{id}:

0 commit comments

Comments
 (0)