We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cf911 commit a8887a9Copy full SHA for a8887a9
1 file changed
.github/workflows/link-checker.yaml
@@ -19,6 +19,6 @@ jobs:
19
id: lychee
20
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 #v2.7.0
21
with:
22
- args: --base . --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md'
+ args: --base ${GITHUB_WORKSPACE} --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md'
23
format: markdown
24
fail: true
0 commit comments