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