mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-14 17:07:25 +00:00
github action: Add dead link check for .mdx files (#19492)
- **Description:** Add dead link check for .mdx files. I checked the logs and found that files with .mdx suffix were not checked. https://github.com/langchain-ai/langchain/actions/runs/8409525467/job/23026924465#logs - @baskaryan, @efriis, @eyurtsev, @hwchase17.
This commit is contained in:
parent
6f477e3cb6
commit
94b869a974
4
.github/workflows/check-broken-links.yml
vendored
4
.github/workflows/check-broken-links.yml
vendored
@ -22,3 +22,7 @@ jobs:
|
||||
- name: Check broken links
|
||||
run: yarn check-broken-links
|
||||
working-directory: ./docs
|
||||
- name: Check broken links for .mdx files
|
||||
uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
file-extension: '.mdx'
|
||||
|
Loading…
Reference in New Issue
Block a user