Skip to content

Commit 2cf7806

Browse files
hritikchaudharynielslange
authored andcommitted
Update check-doc-links.yml to use existing config
1 parent 313a7a3 commit 2cf7806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-doc-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929

3030
- name: Run markdown-link-check
3131
run: |
32-
find ./docs -path ./docs/internal-developers/testing/releases -prune -o -name "*.md" -print0 | xargs -0 -n1 markdown-link-check
32+
find ./docs -path ./docs/internal-developers/testing/releases -prune -o -name "*.md" -print0 | xargs -0 -n1 markdown-link-check -c .github/workflows/check-doc-links-config.json
3333

0 commit comments

Comments
 (0)