Skip to content

Commit 5d69001

Browse files
committed
lychee: use new --base-url flag and decrease verbosity to warn
The --base flag got deprecated and now the thing prints on all redirects. Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
1 parent 354bfc5 commit 5d69001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
verbose = "info"
1+
verbose = "warn"
22
# In our use case, we do not care about certificate-related issue
33
# https://lychee.cli.rs/troubleshooting/network-errors/
44
insecure = true

.github/workflows/check-links-cron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: lychee
2828
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
2929
with:
30-
args: --config .github/lychee.toml --base https://tetragon.io docs/content README.md
30+
args: --config .github/lychee.toml --base-url https://tetragon.io/ docs/content README.md
3131
fail: false
3232

3333
# to avoid automated spam, try to find an existing open issue before opening a new one

0 commit comments

Comments
 (0)