We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 354bfc5 commit 5d69001Copy full SHA for 5d69001
.github/lychee.toml
@@ -1,4 +1,4 @@
1
-verbose = "info"
+verbose = "warn"
2
# In our use case, we do not care about certificate-related issue
3
# https://lychee.cli.rs/troubleshooting/network-errors/
4
insecure = true
.github/workflows/check-links-cron.yaml
@@ -27,7 +27,7 @@ jobs:
27
id: lychee
28
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
29
with:
30
- args: --config .github/lychee.toml --base https://tetragon.io docs/content README.md
+ args: --config .github/lychee.toml --base-url https://tetragon.io/ docs/content README.md
31
fail: false
32
33
# to avoid automated spam, try to find an existing open issue before opening a new one
0 commit comments