fix basedir

This commit is contained in:
Robert Kaussow 2023-08-29 08:53:42 +02:00
parent 88b38a9791
commit 4763baa4ce
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ steps:
markdownlint:
image: quay.io/thegeeklab/markdownlint-cli
commands:
- markdownlint 'exampleSite/content/**/*.md' 'README.md' 'CONTRIBUTING.md'
- markdownlint 'content/**/*.md' 'README.md' 'CONTRIBUTING.md'
spellcheck:
image: quay.io/thegeeklab/alpine-tools
@ -40,7 +40,7 @@ steps:
commands:
- link-validator --color=always --rate-limit 10 --timeout 60
environment:
LINK_VALIDATOR_BASE_DIR: exampleSite/public
LINK_VALIDATOR_BASE_DIR: public
LINK_VALIDATOR_RETRIES: "3"
build:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 33 KiB