fix linkcheck

This commit is contained in:
Robert Kaussow 2023-09-26 23:16:00 +02:00
parent 521403f4de
commit 316e418e0b
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ steps:
image: quay.io/thegeeklab/link-validator
group: test
commands:
- "link-validator --color=always --rate-limit 10 --timeout 60 --header 'user-agent: curl' -e https://github.com/thegeeklab/${CI_REPO_NAME}/edit/main/.* -e https://unsplash.com.*"
- link-validator --color=always --rate-limit 10 --timeout 60 -e https://github.com/thegeeklab/${CI_REPO_NAME}/edit/main/.* -e https://unsplash.com.* -e https://www.color-hex.com.*
environment:
LINK_VALIDATOR_BASE_DIR: exampleSite/public
LINK_VALIDATOR_RETRIES: "3"