From f9a8f9ff3f0c6d479316fa719f3057e8702a4b18 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Sep 2023 21:38:11 +0200 Subject: [PATCH] use lychee detailed report --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4560242..f15d691 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: - name: linkcheck image: lycheeverse/lychee commands: - - lychee --no-progress content/ README.md + - lychee --no-progress --format detailed content/ README.md - name: build image: thegeeklab/hugo:0.115.2 @@ -76,6 +76,6 @@ trigger: --- kind: signature -hmac: 91a2e2a25de59da65bdc33282f47179e6f7a414985465520672516d74de26de9 +hmac: a29d6bd2e36077beca5a3ee60be86707616700c1b62f049451e49db7c2c3ce94 ...