Skip to content

Commit

Permalink
Replace Centos links to fix link checker CI (#297)
Browse files Browse the repository at this point in the history
exclude centos links from linkchecker

Signed-off-by: David Cui <[email protected]>
  • Loading branch information
davidcui1225 authored Mar 7, 2022
1 parent 162373e commit 075f5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@master
with:
args: --accept=200,403,429 "./**/*.md" "./**/*.txt"
args: --accept=200,403,429 "./**/*.md" "./**/*.txt" --exclude "https://centos.pkgs.org/7/*"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Fail if there were link errors
Expand Down

0 comments on commit 075f5ac

Please sign in to comment.