mirror of
https://github.com/thegeeklab/woodpecker-plugins.git
synced 2024-11-12 16:10:39 +00:00
fix basedir
This commit is contained in:
parent
88b38a9791
commit
4763baa4ce
@ -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 |
Loading…
Reference in New Issue
Block a user