From b9586a0265b1c9b1498cff174538c2d63f6c24f0 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Mon, 23 Sep 2024 15:34:07 +0200 Subject: [PATCH] static workflow: let lychee pretend to be curl (#4138) --- .woodpecker/static.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/static.yaml b/.woodpecker/static.yaml index c5d067589..6f630d806 100644 --- a/.woodpecker/static.yaml +++ b/.woodpecker/static.yaml @@ -33,5 +33,5 @@ steps: depends_on: [] commands: - lychee pipeline/frontend/yaml/linter/schema/schema.json - - lychee --exclude localhost docs/docs/ - - lychee --exclude localhost docs/src/pages/ + - lychee --user-agent "curl/8.4.0" --exclude localhost docs/docs/ + - lychee --user-agent "curl/8.4.0" --exclude localhost docs/src/pages/