Skip to content

Commit

Permalink
Merge pull request #81 from virtualroot/exclude-udemy
Browse files Browse the repository at this point in the history
Exclude udemy.com
  • Loading branch information
virtualroot authored Oct 14, 2024
2 parents a697e99 + 65afc30 commit 88e686f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
uses: lycheeverse/lychee-action@v2.0.2
with:
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
args: README.md --verbose --no-progress --exclude twitter.com
# Exclude udemy.com (Failed: Network error: Forbidden)
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com
fail: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 88e686f

Please sign in to comment.