Skip to content

Commit 117e21e

Browse files
committed
Add ignore file
1 parent 89be6d9 commit 117e21e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/.lycheeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignorefile for broken link check
2+
localhost

.github/workflows/broken-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- run: mv .github/.lycheeignore .lycheeignore
18+
1719
- name: Link Checker
1820
id: lychee
1921
uses: lycheeverse/lychee-action@v1

0 commit comments

Comments
 (0)