Skip to content

Commit 3b40a73

Browse files
committed
lycheeeeeeeeeeeeeeeee
1 parent 2f8701a commit 3b40a73

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/lychee.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
issues: write
1515

1616
env:
17-
LYCHEE_OUTPUT: lychee/out.md
17+
LYCHEE_OUTPUT: out.md
1818
WORKFLOW_ISSUE_TITLE: "Link Checker Dashboard 🔗"
1919

2020
jobs:
@@ -23,12 +23,12 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Setup Node
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v6
3030
with:
31-
node-version: "20.20.2"
31+
node-version-file: .node-version
3232
cache: npm
3333

3434
- name: install
@@ -38,11 +38,12 @@ jobs:
3838
run: npm run build
3939

4040
- name: Scan for broken links
41-
uses: lycheeverse/lychee-action@v2
41+
uses: lycheeverse/lychee-action@faea714062690f6c2e6f7f388469ec4fa6d9c4e1
4242
id: lychee
4343
with:
4444
token: "${{ secrets.GITHUB_TOKEN }}"
4545
output: "${{ env.LYCHEE_OUTPUT }}"
46+
args: _site --config lychee.toml
4647
lycheeVersion: v0.24.1
4748
fail: false
4849
debug: false
@@ -64,7 +65,7 @@ jobs:
6465
echo "${issue_number}"
6566
6667
- name: Create or Update Issue
67-
uses: peter-evans/create-issue-from-file@v5
68+
uses: peter-evans/create-issue-from-file@v6
6869
with:
6970
token: "${{ secrets.GITHUB_TOKEN }}"
7071
title: "${{ env.WORKFLOW_ISSUE_TITLE }}"

lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ exclude = [
99
'^https://fonts\.gstatic\.com/',
1010
'^https://fonts\.googleapis\.com',
1111
'https://www.deviantart.com/lanotdesign/art/homeless-characters-154275235',
12-
'https://www.linkedin.com/in/stephentiu/',
13-
'https://www.npmjs.com/~halkeye',
12+
'https://www.linkedin.com/in/',
13+
'https://www.npmjs.com/~',
1414
]

0 commit comments

Comments
 (0)