Skip to content

Commit 0fe7d86

Browse files
authored
Fix Link Checker (#127)
use `root-dir` with $pwd
1 parent 3efafbe commit 0fe7d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
id: lychee
2222
uses: lycheeverse/lychee-action@v2
2323
with:
24-
args: --base . --require-https --max-redirects 10 --suggest --verbose --accept '100..=103,200..=299,403' --exclude-path 'effekt/kiama' --exclude '^file://.*' './**/*.md'
24+
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

Comments
 (0)