Skip to content

Commit b392013

Browse files
authored
ci: install lychee stable using install-action (#5528)
1 parent f32ed83 commit b392013

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/netlify-build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,7 @@ jobs:
3131
- name: Setup mdBook
3232
uses: taiki-e/install-action@v2
3333
with:
34-
tool: mdbook, mdbook-linkcheck
35-
36-
- name: Link Checker
37-
id: lychee
38-
uses: lycheeverse/lychee-action@v2
39-
with:
40-
# setup lychee but don't run it yet
41-
args: --version
42-
lycheeVersion: nightly
34+
tool: mdbook, mdbook-linkcheck, lychee
4335

4436
- name: Prepare tag
4537
id: prepare_tag

0 commit comments

Comments
 (0)