Skip to content

Commit

Permalink
chore: Update broken-link-checker.yaml to exclude additional links
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz committed May 31, 2024
1 parent 7116010 commit 5d457d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1.10.0
with:
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.json' --exclude-mail --exclude 'http://localhost:*/*' --exclude 'https://*.canva.com/*'
args: --verbose --no-progress './**/*.md' './**/*.html' './**/*.json' --exclude-mail --exclude 'http://localhost:*/*' --exclude 'https://*.canva.com/*' --exclude 'https://*.udemy.com/*' --exclude 'https://*.leetcode.com/*' --exclude 'https://*.codeforces.com/*' --exclude 'https://*.pexels.com/*' --exclude 'https://*.pixabay.com/*'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
continue-on-error: true
Expand Down

0 comments on commit 5d457d4

Please sign in to comment.