From ab0c5899a98ebaf17f66a1076160bd1ad8a00651 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Sep 2023 21:30:03 +0200 Subject: [PATCH] test lychee linkcheck --- .drone.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0a6d879..ed43766 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,14 +35,6 @@ steps: commands: - hugo --panicOnWarning -b http://localhost:8000/ - - name: link-validation - image: thegeeklab/link-validator - commands: - - link-validator --color=always --rate-limit 10 -e https://drone.io.* - environment: - LINK_VALIDATOR_BASE_DIR: public - LINK_VALIDATOR_RETRIES: 3 - - name: linkcheck image: lycheeverse/lychee commands: @@ -89,6 +81,6 @@ trigger: --- kind: signature -hmac: 35d21da5a60cba21f96dd595ab3c0a4f070c11ce3a46605010b563c7832e03b0 +hmac: e5301d3c5768860375e33063bf7c5c19761766019535060f48154e252432c570 ...