We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a7f67 commit 42963ecCopy full SHA for 42963ec
.github/workflows/check.yml
@@ -407,10 +407,6 @@ jobs:
407
- name: Generate code guides
408
run: yarn cli guides ${{ matrix.client.language }} ${{ matrix.client.toRun }}
409
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
-
414
- name: Build the guides to check validity
415
run: yarn cli build guides ${{ matrix.client.language }}
416
0 commit comments