Skip to content

Commit 6a2b716

Browse files
committed
Update Lychee
1 parent a757c9d commit 6a2b716

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/links-cron.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Check links
21-
uses: lycheeverse/lychee-action@v2.0.2
21+
uses: lycheeverse/lychee-action@v2
2222
with:
2323
args: 'https://canwe.dev'
24+
fail: false
2425
env:
2526
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2627

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Check links
18-
uses: lycheeverse/lychee-action@v2.0.2
18+
uses: lycheeverse/lychee-action@v2
1919
with:
2020
args: './**/*.html'
21-
fail: true
21+
fail: false
2222
env:
2323
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)