Skip to content

Commit

Permalink
ci: ignore docker links in mlc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Jul 4, 2024
1 parent 712c584 commit e1db1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links-and-wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1db1e3

Please sign in to comment.