Skip to content

Commit

Permalink
ci: fix reddit.com exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jun 8, 2024
1 parent 9f31ca7 commit b13da33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude = [
'^https://www\.curseforge\.com',
# Failed: Network error: Forbidden
# (only broken in CI, presumably because of IP range blocks on server farm addresses)
'^https://www\.reddit\.com',
'^https://(www\.|)reddit\.com',
# Failed: Network error: Not Found (see https://github.com/tomodachi94/awesome-computercraft/issues/32)
'^http(s|)://(www\.|)computercraft\.info/forums2'
]

0 comments on commit b13da33

Please sign in to comment.