We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efafbe commit 0fe7d86Copy full SHA for 0fe7d86
.github/workflows/link-validator.yml
@@ -21,4 +21,4 @@ jobs:
21
id: lychee
22
uses: lycheeverse/lychee-action@v2
23
with:
24
- args: --base . --require-https --max-redirects 10 --suggest --verbose --accept '100..=103,200..=299,403' --exclude-path 'effekt/kiama' --exclude '^file://.*' './**/*.md'
+ args: --root-dir $(pwd) --require-https --max-redirects 10 --suggest --verbose --accept '100..=103,200..=299,403' --exclude-path 'effekt/kiama' --exclude '^file://.*' './**/*.md'
0 commit comments