diff --git a/.github/workflows/broken-links-and-wiki.yaml b/.github/workflows/broken-links-and-wiki.yaml index 30c96551b3..93a4141f6a 100644 --- a/.github/workflows/broken-links-and-wiki.yaml +++ b/.github/workflows/broken-links-and-wiki.yaml @@ -66,7 +66,7 @@ jobs: - name: Check the README for broken links uses: becheran/mlc@v0.17.0 with: - args: --do-not-warn-for-redirect-to "http*://github.com/Code-Inspect/*,http*://code-inspect.github.io/*" README.md + args: --do-not-warn-for-redirect-to "http*://github.com/Code-Inspect/*,http*://code-inspect.github.io/*" --ignore-links "http*://hub.docker.com/r/*" README.md - name: Publish the Wiki uses: Andrew-Chen-Wang/github-wiki-action@v4