Skip to content

Commit 925d480

Browse files
committed
Typo
1 parent 2d68c3c commit 925d480

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/broken-links.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ on:
1919
- "!.github/workflows/lighthouse-badger.yml"
2020
- "!.github/workflows/prettier.yml"
2121
- "!lighthouse_results/**"
22-
- "README.md"
23-
- "CUSTOMIZE.md"
24-
- "FAQ.md"
25-
- "INSTALL.md"
26-
- "pswiki/_wiki/vendors.md"
2722
pull_request:
2823
branches:
2924
- master
@@ -42,11 +37,6 @@ on:
4237
- "!.github/workflows/lighthouse-badger.yml"
4338
- "!.github/workflows/prettier.yml"
4439
- "!lighthouse_results/**"
45-
- "README.md"
46-
- "CUSTOMIZE.md"
47-
- "FAQ.md"
48-
- "INSTALL.md"
49-
- "pswiki/_wiki/vendors.md"
5040

5141
jobs:
5242
link-checker:
@@ -59,4 +49,15 @@ jobs:
5949
with:
6050
fail: true
6151
# 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'

0 commit comments

Comments
 (0)