Skip to content

Commit d89f16b

Browse files
authored
Fix path for link checking in build-test.yaml
1 parent 8923179 commit d89f16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
id: lychee
4444
uses: lycheeverse/lychee-action@v2
4545
with:
46-
args: ' --cache --max-cache-age 1d "~/**/*.md"'
46+
args: "--cache --max-cache-age 1d 'docs/**/*.md'"

0 commit comments

Comments
 (0)