From 12fe3102a8b9005bb63dd1e92da49228e07b43c3 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 16 Nov 2020 23:06:40 +0100 Subject: [PATCH] exclude gh edit links from link validator --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec74f30..ab66cde 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - name: link-validation image: thegeeklab/link-validator commands: - - link-validator -ro + - link-validator -ro --exclude "https://github.com/thegeeklab/hugo-geekdoc/edit/master/*" environment: LINK_VALIDATOR_BASE_DIR: exampleSite/public @@ -242,6 +242,6 @@ depends_on: --- kind: signature -hmac: 9ffa1706ed0a3368bafa619e2fe5dd07db1813c9c8f9e7b54a3f4e722393ffce +hmac: c9b760d5d37c992b0caba32b3a4cf1933174c63453f263b96abec8387d340dd7 ...