File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,15 @@ jobs:
21
21
22
22
# See exclusions in .lycheeignore, remove lines and give it a whirl if you're hunting broken links
23
23
# TODO SADIE: './Data/cf-conventions/**/build/*.html' not working as glob exclusion - why???
24
+ # NOTE: must specify --exclude-path each time, also, else only first path gets picked up!
24
25
- name : Check links
25
26
uses : lycheeverse/lychee-action@master
26
27
with :
27
28
fail : true
28
29
args : >
29
30
--verbose --no-progress './**/*.md' './**/*.html'
30
- --exclude-path Data/cf-conventions/cf-conventions-1.3/build/ Data/cf-conventions/cf-conventions-1.2/build/
31
+ --exclude-path Data/cf-conventions/cf-conventions-1.2/build/
32
+ --exclude-path Data/cf-conventions/cf-conventions-1.3/build/
31
33
env :
32
34
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
33
35
You can’t perform that action at this time.
0 commit comments