Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
docs-preview:
uses: elastic/docs-builder/.github/workflows/preview-build.yml@main
with:
enable-vale-linting: true
include-paths: |
docs/reference/**
docs/extend/**
!docs/reference/query-languages/esql/**
path-pattern: docs/**
path-pattern-ignore: docs/changelog/**/*.yaml
Comment on lines 19 to 20
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how do these two interact with include-paths? assuming we could probably just kill them from the config (or does this control when the workflow is triggered at all?)

enable-cumulative-comment: true
Expand Down