mirror of
https://github.com/thegeeklab/woodpecker-plugins.git
synced 2024-11-21 13:00:41 +00:00
fix basedir
This commit is contained in:
parent
88b38a9791
commit
4763baa4ce
@ -19,7 +19,7 @@ steps:
|
|||||||
markdownlint:
|
markdownlint:
|
||||||
image: quay.io/thegeeklab/markdownlint-cli
|
image: quay.io/thegeeklab/markdownlint-cli
|
||||||
commands:
|
commands:
|
||||||
- markdownlint 'exampleSite/content/**/*.md' 'README.md' 'CONTRIBUTING.md'
|
- markdownlint 'content/**/*.md' 'README.md' 'CONTRIBUTING.md'
|
||||||
|
|
||||||
spellcheck:
|
spellcheck:
|
||||||
image: quay.io/thegeeklab/alpine-tools
|
image: quay.io/thegeeklab/alpine-tools
|
||||||
@ -40,7 +40,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- link-validator --color=always --rate-limit 10 --timeout 60
|
- link-validator --color=always --rate-limit 10 --timeout 60
|
||||||
environment:
|
environment:
|
||||||
LINK_VALIDATOR_BASE_DIR: exampleSite/public
|
LINK_VALIDATOR_BASE_DIR: public
|
||||||
LINK_VALIDATOR_RETRIES: "3"
|
LINK_VALIDATOR_RETRIES: "3"
|
||||||
|
|
||||||
build:
|
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