Skip to content

Commit ec578e4

Browse files
authored
CI: Remove the deprecated lychee option and specify the report file name in the Check Links workflow (#3297)
1 parent 30d1e09 commit ec578e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
id: lychee
3838
uses: lycheeverse/[email protected]
3939
with:
40+
output: /tmp/lychee-out.md
4041
# 429: Too many requests
4142
args: >
4243
--accept 429
43-
--exclude-mail
4444
--exclude "^https://doi.org/10.5281/zenodo$"
4545
--exclude "^https://zenodo.org/badge/DOI/$"
4646
--exclude "^https://zenodo.org/badge/DOI/10.5281/zenodo$"
@@ -71,6 +71,6 @@ jobs:
7171
run: |
7272
cd repository/
7373
title="Link Checker Report on ${{ steps.date.outputs.date }}"
74-
gh issue create --title "$title" --body-file ./lychee/out.md
74+
gh issue create --title "$title" --body-file /tmp/lychee-out.md
7575
env:
7676
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)