File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 19
19
- " !.github/workflows/lighthouse-badger.yml"
20
20
- " !.github/workflows/prettier.yml"
21
21
- " !lighthouse_results/**"
22
- - " README.md"
23
- - " CUSTOMIZE.md"
24
- - " FAQ.md"
25
- - " INSTALL.md"
26
- - " pswiki/_wiki/vendors.md"
27
22
pull_request :
28
23
branches :
29
24
- master
42
37
- " !.github/workflows/lighthouse-badger.yml"
43
38
- " !.github/workflows/prettier.yml"
44
39
- " !lighthouse_results/**"
45
- - " README.md"
46
- - " CUSTOMIZE.md"
47
- - " FAQ.md"
48
- - " INSTALL.md"
49
- - " pswiki/_wiki/vendors.md"
50
40
51
41
jobs :
52
42
link-checker :
59
49
with :
60
50
fail : true
61
51
# removed md files that include liquid tags
62
- args : --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --verbose --no-progress './**/*.md' './**/*.html'
52
+ args : --user-agent 'curl/7.54'
53
+ --exclude-path README.md
54
+ --exclude-path CUSTOMIZE.md
55
+ --exclude-path FAQ.md
56
+ --exclude-path INSTALL.md
57
+ --exclude-path pswiki/_wiki/vendors.md
58
+ --exclude-path _pages/404.md
59
+ --exclude-path _pages/blog.md
60
+ --exclude-path _posts/2018-12-22-distill.md
61
+ --exclude-path _posts/2023-04-24-videos.md
62
+ --exclude-path _books/the_godfather.md
63
+ --verbose --no-progress './**/*.md' './**/*.html'
You can’t perform that action at this time.
0 commit comments