We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41d19b commit 8c57f63Copy full SHA for 8c57f63
.github/workflows/links.yml
@@ -19,7 +19,6 @@ jobs:
19
id: lychee
20
uses: lycheeverse/lychee-action@v2
21
with:
22
- args: . --exclude-path "tests"
23
fail: false
24
25
- name: Broken Links Report
lychee.toml
@@ -0,0 +1,5 @@
1
+exclude_path = ["./tests"]
2
+
3
+exclude = [
4
+ "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69" # Membership only article, sometimes it's 403 forbidden
5
+]
0 commit comments