Skip to content

Commit

Permalink
Updated link checker'
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Feb 12, 2024
1 parent 66e6040 commit aa494f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@ jobs:
ignore_missing_alt: true
ignore_url_re: |
^https:\/\/twitter.com\/CleanlabAI
tokens: |
{"https://github.com": "${{ secrets.GITHUB_TOKEN }}"}
swap_urls: |
{"^(\\..*)\\.md(#?.*)$": "\\1.md.html\\2",
{"^(\\..*)\\.md(#?.*)$": "\\1.md.html\\2",
"^(https://github\\.com/.*)#.*$": "\\1"}

0 comments on commit aa494f0

Please sign in to comment.