mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Fix GitHub CI timeout issue for link checker (#937)
* Fix GitHub CI timeout issue for link checker * update problematic links
This commit is contained in:
committed by
GitHub
parent
5f3268c2a6
commit
14c7afaa58
6
.github/workflows/check-links.yml
vendored
6
.github/workflows/check-links.yml
vendored
@@ -27,12 +27,18 @@ jobs:
|
||||
uv add pytest-check-links
|
||||
|
||||
- name: Check links
|
||||
env:
|
||||
CHECK_LINKS_TIMEOUT: "10"
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest --check-links ./ \
|
||||
--check-links-ignore "https://platform.openai.com/*" \
|
||||
--check-links-ignore "https://openai.com/*" \
|
||||
--check-links-ignore "https://arena.lmsys.org" \
|
||||
--check-links-ignore "https?://localhost(:\\d+)?/.*" \
|
||||
--check-links-ignore "https?://127[.]0[.]0[.]1(:\\d+)?/.*" \
|
||||
--check-links-ignore "https://mng\\.bz/.*" \
|
||||
--check-links-ignore "https://github\\.com/.*" \
|
||||
--check-links-ignore "https://unsloth.ai/blog/gradient" \
|
||||
--check-links-ignore "https://www.reddit.com/r/*" \
|
||||
--check-links-ignore "https://code.visualstudio.com/*" \
|
||||
|
||||
Reference in New Issue
Block a user