From 22616b43e4b5f98d00c83654a27b1dff0f5a2f50 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 28 May 2023 12:59:47 +0200 Subject: [PATCH] debug link-checker issues --- .drone.jsonnet | 2 +- .drone.yml | 4 ++-- .gitignore | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 4b50e7a..2b2ee5e 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -52,7 +52,7 @@ local PipelineDocs = { name: 'link-validation', image: 'thegeeklab/link-validator', commands: [ - 'link-validator --color=always --rate-limit 10', + 'link-validator --color=always --rate-limit 10 --color=always -v --header "user-agent: curl"', ], environment: { LINK_VALIDATOR_BASE_DIR: 'public', diff --git a/.drone.yml b/.drone.yml index e861c17..1d6318d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: - name: link-validation image: thegeeklab/link-validator commands: - - link-validator --color=always --rate-limit 10 + - "link-validator --color=always --rate-limit 10 --color=always -v --header \"user-agent: curl\"" environment: LINK_VALIDATOR_BASE_DIR: public LINK_VALIDATOR_RETRIES: 3 @@ -86,6 +86,6 @@ trigger: --- kind: signature -hmac: f99a61d4ef60dce63207c62d91f131f54c6b3ec8a1e2a0beab6f478b748100a5 +hmac: fc9a8dcbbf42207755413ebce7d716d205c40c8475cf68039fb4baf016adbccb ... diff --git a/.gitignore b/.gitignore index 1d9036e..af2f2dc 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ /resources/ /content/**/ /content/collections/ +/data/ # hugo .hugo_build.lock