Skip to content

Commit

Permalink
add exception for falcon website
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Apr 11, 2024
1 parent f1022ad commit a6f7f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: Find Markdown Files and Check Links
run: |
find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check -c $GITHUB_WORKSPACE/md_checker_config.json
find . -name \*.md -print0 | xargs -0 -n1 markdown-link-check -c $GITHUB_WORKSPACE/md_checker_config.json --alive https://falconllm.tii.ae

0 comments on commit a6f7f7e

Please sign in to comment.