diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 56d0e7fd56..3878ad724d 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -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