File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -407,6 +407,10 @@ jobs:
407407 - name : Generate code guides
408408 run : yarn cli guides ${{ matrix.client.language }} ${{ matrix.client.toRun }}
409409
410+ - name : print the file
411+ if : ${{ matrix.client.language == 'kotlin' }}
412+ run : cat docs/guides/kotlin/src/main/kotlin/com/algolia/snippets/deleteMultipleIndices.kt
413+
410414 - name : Build the guides to check validity
411415 run : yarn cli build guides ${{ matrix.client.language }}
412416
Original file line number Diff line number Diff line change 11[tool .poetry ]
2- name = " guides "
2+ name = " snippets "
33version = " 0.0.1"
4- description = " guides for the python api client"
4+ description = " snippets for the python api client"
55authors = [" Algolia Team <https://alg.li/support>" ]
66license = " MIT"
77homepage = " https://www.algolia.com"
88repository = " https://github.com/algolia/api-clients-automation"
9- package-mode = false
109
1110[tool .poetry .dependencies ]
1211python = " ^3.8.1"
Original file line number Diff line number Diff line change 1515 },
1616 "listIndicesSimple" : {
1717 "method" : " listIndices" ,
18- "parameters" : {
19- "hitsPerPage" : 100
20- }
18+ "parameters" : {}
2119 },
2220 "deleteMultipleIndicesPrimary" : {
2321 "method" : " multipleBatch" ,
You can’t perform that action at this time.
0 commit comments