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 f7d1714 commit 17fcbee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
find . -name '*.html' -delete
- run: |
find . -name '*.md' -exec pandoc -i {} -o {}.html \;
- uses: anishathalye/proof-html@v1
- uses: anishathalye/proof-html@v2
with:
directory: .
check_favicon: false
empty_alt_ignore: true
url_ignore_re: |
ignore_empty_alt: true
ignore_url_re: |
^https:\/\/twitter.com\/CleanlabAI

0 comments on commit 17fcbee

Please sign in to comment.