Give the default codec an Elasticsearch name so field infos are deduplicated on read #124682
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: docs-build | |
| on: | |
| pull_request: | |
| branches: [main] | |
| types: [opened, synchronize, reopened] | |
| push: | |
| branches: [main] | |
| merge_group: ~ | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| build: | |
| uses: elastic/docs-actions/.github/workflows/docs-build.yml@v1 | |
| with: | |
| enable-vale-linting: true | |
| vale-paths: | | |
| docs/reference/** | |
| docs/extend/** | |
| !docs/reference/query-languages/esql/** | |
| path-pattern: docs/** | |
| path-pattern-ignore: | | |
| docs/changelog/** | |
| docs/releases/** |