Skip to content

Commit c65ea74

Browse files
authored
Update MonthlyLinkCheck.yml
Resolving issue #3633 Workflow failing due to updates in lychee handling of relative links
1 parent 9803332 commit c65ea74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MonthlyLinkCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: lychee
2323
uses: lycheeverse/lychee-action@v2
2424
with:
25-
args: --accept=200,403,429 --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
25+
args: --accept=200,403,429 --base $GITHUB_WORKSPACE --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
2626
token: ${{ secrets.CUSTOM_TOKEN }}
2727
fail: true
2828

0 commit comments

Comments
 (0)