Skip to content

Commit c5388c7

Browse files
authored
Update ci.yml
1 parent baf1849 commit c5388c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
with:
6969
directory: ./
7070
badge: ./docfx/_site/lines_badge.svg
71-
patterns: "**/*.fs|**/*.fsx|**/*.cs|**/*.ts|**/*.js"
72-
ignore: "node_modules"
71+
patterns: '**/*.fs|**/*.fsx|**/*.cs|**/*.ts|**/*.js'
72+
ignore: './samples/|./benchmarks/'
7373

7474
- name: Publish Docs
7575
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)