Skip to content

Commit cc829fa

Browse files
Find dirs to exclude to avoid format error in link-checking workflow
1 parent c64c646 commit cc829fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail: true
2828
args: >
2929
--verbose --no-progress './**/*.md' './**/*.html'
30-
--exclude-path Data/cf-conventions/cf-conventions-1.2/build/ Data/cf-conventions/cf-conventions-1.3/build/
30+
--exclude-path Data/cf-conventions/cf-conventions-1.3/build/ Data/cf-conventions/cf-conventions-1.2/build/
3131
env:
3232
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3333

0 commit comments

Comments
 (0)