From 17fcbee1882534ca576db5263b0704e868fd7610 Mon Sep 17 00:00:00 2001 From: Sanjana Garg Date: Mon, 12 Feb 2024 14:48:51 -0800 Subject: [PATCH] Updated link checker' --- .github/workflows/links.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index ee0f1da7..a75f1c03 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -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 \ No newline at end of file