ci: temp disable linkcheck of unsplash

This commit is contained in:
Robert Kaussow 2023-03-03 09:23:11 +01:00
parent fcdbb5253b
commit f47f7b5d8b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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