Skip to content

Commit a8887a9

Browse files
committed
fix: fixed link-checker parameters
1 parent 96cf911 commit a8887a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/link-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
id: lychee
2020
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 #v2.7.0
2121
with:
22-
args: --base . --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md'
22+
args: --base ${GITHUB_WORKSPACE} --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md'
2323
format: markdown
2424
fail: true

0 commit comments

Comments
 (0)