Skip to content

Commit a3a7ed3

Browse files
authored
Merge pull request #842 from naher94/development
Update links.yml
2 parents bf7a06d + 2279b6d commit a3a7ed3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/links.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Link Checker
18-
id: lychee
19-
uses: lycheeverse/lychee-action@v2
17+
- name: Lychee link checker
18+
uses: lycheeverse/lychee-action@v1
2019
with:
20+
args: --verbose _site
2121
fail: false
22-
directory: _site
2322

2423
- name: Create Issue From File
2524
if: steps.lychee.outputs.exit_code != 0

0 commit comments

Comments
 (0)