Skip to content

Commit 7412bd2

Browse files
authored
link-checker: For now only lint cel2 (#1720)
1 parent a8a683d commit 7412bd2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/links.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ jobs:
2929
--verbose
3030
--no-progress
3131
--cache --max-cache-age 1d
32-
'./**/*.html'
33-
'./**/*.js'
34-
'./**/*.md'
35-
'./**/*.rst'
36-
'./**/*.tsx'
32+
'./docs/cel2/**/*.html'
3733
env:
3834
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3935

0 commit comments

Comments
 (0)