Skip to content

Commit

Permalink
ignore external links (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt authored Apr 16, 2024
1 parent 02b04ba commit 5f838a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Check links
run: |
pytest --check-links README.md --check-links-ignore "https://stability.ai/blog/stablecode-llm-generative-ai-coding"
pytest --check-links tutorials --check-links-ignore "https://stability.ai/blog/stablecode-llm-generative-ai-coding"
pytest --check-links README.md --check-links-ignore "http*"
pytest --check-links tutorials --check-links-ignore "http*"

0 comments on commit 5f838a4

Please sign in to comment.