Skip to content

Commit 56f3362

Browse files
committed
exclude CLAUDE.md from preview changed-files detection
CLAUDE.md files are not rendered by Quarto but match the docs/**/[^_]*.md pattern, causing false entries in preview deployment comments.
1 parent 11e3ab2 commit 56f3362

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ jobs:
155155
docs/reference/**/*.json
156156
docs/cli/*.json
157157
docs/**/images/*.png
158+
files_ignore: |
159+
**/CLAUDE.md
158160
json: true
159161
escape_json: false
160162

0 commit comments

Comments
 (0)