From 9782c8fc575ee75d50d271dd3bba0224844e0882 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 24 Sep 2020 10:40:17 +0200 Subject: [PATCH] migrate link-checker --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 934af30..cbeb9d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,7 +40,7 @@ steps: - hugo-official -b http://localhost/ - name: link-validation - image: xoxys/link-validator + image: thegeeklab/link-validator commands: - link-validator -ro environment: @@ -114,6 +114,6 @@ depends_on: --- kind: signature -hmac: 56936d2120ce273d39a6dec06dcd4487cf6db2920692e84b8ec2bab17aebfcf6 +hmac: 722142284219fdf3719ec3c477644e33ba6f219898fe96a5be3d108f38ebd815 ...