From 55b76487af369383f7ec52c76a10c8540b53458e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 3 Mar 2023 09:55:34 +0100 Subject: [PATCH] ci: temp disable linkcheck of unsplash (#595) --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9e5080a..b10c0ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,7 @@ steps: - name: link-validation image: thegeeklab/link-validator commands: - - link-validator --color=always --rate-limit 10 -e https://github.com/thegeeklab/hugo-geekdoc/edit/main/.* + - link-validator --color=always --rate-limit 10 -e https://github.com/thegeeklab/hugo-geekdoc/edit/main/.* -e https://unsplash.com.* environment: LINK_VALIDATOR_BASE_DIR: exampleSite/public LINK_VALIDATOR_RETRIES: 3 @@ -287,6 +287,6 @@ depends_on: --- kind: signature -hmac: 2971196eca38511b382ba4cffe6965c3628cda5aacd7a0bfb60556de1bee8ff6 +hmac: f1a7b521c40a3571acfafe30268d628a4c0fc359988917bcc63953cc1a311707 ...