debug link-checker issues

This commit is contained in:
Robert Kaussow 2023-05-28 12:59:47 +02:00
parent 2866d8024a
commit 22616b43e4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,7 @@ local PipelineDocs = {
name: 'link-validation', name: 'link-validation',
image: 'thegeeklab/link-validator', image: 'thegeeklab/link-validator',
commands: [ commands: [
'link-validator --color=always --rate-limit 10', 'link-validator --color=always --rate-limit 10 --color=always -v --header "user-agent: curl"',
], ],
environment: { environment: {
LINK_VALIDATOR_BASE_DIR: 'public', LINK_VALIDATOR_BASE_DIR: 'public',

View File

@ -41,7 +41,7 @@ steps:
- name: link-validation - name: link-validation
image: thegeeklab/link-validator image: thegeeklab/link-validator
commands: commands:
- link-validator --color=always --rate-limit 10 - "link-validator --color=always --rate-limit 10 --color=always -v --header \"user-agent: curl\""
environment: environment:
LINK_VALIDATOR_BASE_DIR: public LINK_VALIDATOR_BASE_DIR: public
LINK_VALIDATOR_RETRIES: 3 LINK_VALIDATOR_RETRIES: 3
@ -86,6 +86,6 @@ trigger:
--- ---
kind: signature kind: signature
hmac: f99a61d4ef60dce63207c62d91f131f54c6b3ec8a1e2a0beab6f478b748100a5 hmac: fc9a8dcbbf42207755413ebce7d716d205c40c8475cf68039fb4baf016adbccb
... ...

1
.gitignore vendored
View File

@ -12,6 +12,7 @@
/resources/ /resources/
/content/**/ /content/**/
/content/collections/ /content/collections/
/data/
# hugo # hugo
.hugo_build.lock .hugo_build.lock