From faf97903d4157a2344d8c21d30c805a035f0675c Mon Sep 17 00:00:00 2001 From: Neil Dewhurst Date: Mon, 10 Jun 2024 15:45:06 +0100 Subject: [PATCH] update chaged files glob --- .github/workflows/docs-pr-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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