Skip to content

Commit 72d8e4d

Browse files
tdobrowolski1claude
andcommitted
ci: split docs/*.md files into file-path (folder-path takes directories only)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent bde86ad commit 72d8e4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ jobs:
9191
uses: gaurav-nelson/github-action-markdown-link-check@v1
9292
with:
9393
use-quiet-mode: 'yes'
94-
folder-path: 'docs/recipes,docs/getting-started.md,docs/data-types.md,docs/auth.md,docs/troubleshooting.md'
95-
file-path: 'README.md, CHANGELOG.md'
94+
folder-path: 'docs/recipes'
95+
file-path: 'README.md, CHANGELOG.md, docs/getting-started.md, docs/data-types.md, docs/auth.md, docs/troubleshooting.md'

0 commit comments

Comments
 (0)