Skip to content

Commit 88e686f

Browse files
authored
Merge pull request #81 from virtualroot/exclude-udemy
Exclude udemy.com
2 parents a697e99 + 65afc30 commit 88e686f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
uses: lycheeverse/[email protected]
1818
with:
1919
# Exclude twitter.com (https://github.com/lycheeverse/lychee/issues/989)
20-
args: README.md --verbose --no-progress --exclude twitter.com
20+
# Exclude udemy.com (Failed: Network error: Forbidden)
21+
args: README.md --verbose --no-progress --exclude twitter.com --exclude udemy.com
2122
fail: true
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)