Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Check links with lychee
id: lychee
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].1
with:
fail: true
args: --verbose --no-progress _site/*.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected].0
uses: lycheeverse/[email protected].1
with:
args: --verbose --no-progress _site/*.html
env:
Expand Down