Skip to content

Commit de32b18

Browse files
authored
Merge pull request #898 from naher94/development
Update link-check.yml
2 parents 7993f9b + 35a586b commit de32b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
repository_dispatch:
55
workflow_dispatch:
66
schedule:
7-
- cron: "00 18 * * *"
7+
- cron: "0 0 * * 6"
88

99
jobs:
1010
linkChecker:
@@ -34,7 +34,7 @@ jobs:
3434
id: lychee
3535
uses: lycheeverse/lychee-action@v2
3636
with:
37-
args: _site
37+
args: _site --exclude '^https://www\.linkedin\.com'
3838
fail: false
3939

4040
- name: Create Issue From File

0 commit comments

Comments
 (0)