Skip to content

Commit d58e9a7

Browse files
authored
Disable link checker workflow in linkchecker.yml
Comment out the link checker workflow configuration.
1 parent 39a47b8 commit d58e9a7

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/linkchecker.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
on:
2-
schedule:
3-
- cron: '0 9 * * 1'
4-
workflow_dispatch:
1+
#on:
2+
# schedule:
3+
# - cron: '0 9 * * 1'
4+
# workflow_dispatch:
55

6-
jobs:
7-
linkChecker:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: update setuptools
11-
run: |
12-
python3 -m pip install --upgrade pip setuptools wheel
13-
- uses: actions/checkout@v2
14-
- name: Link Checker
15-
uses: lycheeverse/lychee-action@master
16-
with:
17-
args: --verbose --no-progress --accept 200,204,206,406,429,999 --include-mail ./sections/*.md
18-
- name: Create Issue From File
19-
uses: peter-evans/create-issue-from-file@v5
20-
with:
21-
title: Link Checker Report
22-
content-filepath: ./lychee/out.md
23-
labels: report, automated issue
6+
#jobs:
7+
# linkChecker:
8+
# runs-on: ubuntu-latest
9+
# steps:
10+
# - name: update setuptools
11+
# run: |
12+
# python3 -m pip install --upgrade pip setuptools wheel
13+
# - uses: actions/checkout@v2
14+
# - name: Link Checker
15+
# uses: lycheeverse/lychee-action@master
16+
# with:
17+
# args: --verbose --no-progress --accept 200,204,206,406,429,999 --include-mail ./sections/*.md
18+
# - name: Create Issue From File
19+
# uses: peter-evans/create-issue-from-file@v5
20+
# with:
21+
# title: Link Checker Report
22+
# content-filepath: ./lychee/out.md
23+
# labels: report, automated issue

0 commit comments

Comments
 (0)