diff --git a/.github/workflows/docs-pr-checks.yml b/.github/workflows/docs-pr-checks.yml index 8f89ec31..a4ebd6e8 100644 --- a/.github/workflows/docs-pr-checks.yml +++ b/.github/workflows/docs-pr-checks.yml @@ -44,9 +44,9 @@ jobs: separator: ',' files_yaml: | pages: - - modules/**/pages/**/*.adoc + - **/modules/**/pages/**/*.adoc asciidoc: - - modules/**/*.adoc + - **/modules/**/*.adoc # Generate a PR comment if the docs are using the pageList extension # The extension maps asciidoc source files to their HTML output paths