mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 20:30:39 +00:00
fix linkcheck
This commit is contained in:
parent
2c8fa8c11a
commit
53ad53cd15
@ -40,7 +40,7 @@ steps:
|
|||||||
image: quay.io/thegeeklab/link-validator
|
image: quay.io/thegeeklab/link-validator
|
||||||
group: test
|
group: test
|
||||||
commands:
|
commands:
|
||||||
- link-validator --color=always --rate-limit 10 --timeout 60 -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:
|
environment:
|
||||||
LINK_VALIDATOR_BASE_DIR: exampleSite/public
|
LINK_VALIDATOR_BASE_DIR: exampleSite/public
|
||||||
LINK_VALIDATOR_RETRIES: "3"
|
LINK_VALIDATOR_RETRIES: "3"
|
||||||
|
Loading…
Reference in New Issue
Block a user