Skip to content

Commit 00b8bd4

Browse files
author
markzegarelli
committed
ship it
1 parent 023d36b commit 00b8bd4

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,9 @@ name: CheckLinks
66

77

88

9-
# on:
10-
# schedule:
11-
# - cron: "5 4 * * SAT"
12-
139
on:
14-
push:
15-
branches:
16-
- link-check-action
17-
pull_request:
18-
branches:
19-
- link-check-action
10+
schedule:
11+
- cron: "5 4 * * SAT"
2012

2113
jobs:
2214
checklinks:
@@ -49,5 +41,5 @@ jobs:
4941
uses: peter-evans/create-issue-from-file@v3
5042
with:
5143
title: Link Checker Report
52-
content-filepath: ./lychee/out2.md
44+
content-filepath: ./lychee/out.md
5345
labels: report, automated issue

0 commit comments

Comments
 (0)