Skip to content

Commit a675b6c

Browse files
Merge pull request #66 from AntonPalmqvist/dev
Merge from dev
2 parents be1d56e + baf0681 commit a675b6c

File tree

5 files changed

+594
-105
lines changed

5 files changed

+594
-105
lines changed

.github/workflows/check-broken-links.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515

1616
- name: Link Checker
1717
id: lychee
18-
uses: lycheeverse/lychee-action@v1
18+
uses: lycheeverse/lychee-action@v2
1919
with:
2020
args: --verbose --no-progress './deploy/v2/*.json'
21+
fail: false
2122
env:
2223
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)