File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
name : Check URLs for dead links
2
2
on :
3
3
workflow_dispatch :
4
- schedule :
5
- - cron : " 0 11 * * 1" # Runs weekly at 7:00 AM EST on Monday
4
+ # schedule:
5
+ # - cron: "0 11 * * 1" # Runs weekly at 7:00 AM EST on Monday
6
6
push :
7
- jobs :
8
- markdown-link-check :
9
- runs-on : ubuntu-latest
10
- steps :
11
- - uses : actions/checkout@master
12
- - uses : gaurav-nelson/github-action-markdown-link-check@v1
13
- with :
14
- config-file : ' mlc_config.json'
15
- use-quiet-mode : ' yes'
16
- use-verbose-mode : ' yes'
17
-
7
+ # jobs:
8
+ # markdown-link-check:
9
+ # runs-on: ubuntu-latest
10
+ # steps:
11
+ # - uses: actions/checkout@master
12
+ # - uses: gaurav-nelson/github-action-markdown-link-check@v1
13
+ # with:
14
+ # config-file: 'mlc_config.json'
15
+ # use-quiet-mode: 'yes'
16
+ # use-verbose-mode: 'yes'
17
+
You can’t perform that action at this time.
0 commit comments