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 ...