Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] add some ingore pattern and fix some dead links [skip ci] #363

Merged
merged 8 commits into from
Feb 23, 2024
Prev Previous commit
Next Next commit
update the markdown link checker version
Signed-off-by: liyuan <yuali@nvidia.com>
  • Loading branch information
nvliyuan committed Feb 19, 2024
commit 6a8f9eae0d18ff81ab6a3975f88c251a9a25c85d
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: work around permission issue
run: git config --global --add safe.directory /github/workspace
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1.0.14
- uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15
with:
max-depth: -1
use-verbose-mode: 'yes'
Expand Down
Loading