We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf1849 commit c5388c7Copy full SHA for c5388c7
.github/workflows/ci.yml
@@ -68,8 +68,8 @@ jobs:
68
with:
69
directory: ./
70
badge: ./docfx/_site/lines_badge.svg
71
- patterns: "**/*.fs|**/*.fsx|**/*.cs|**/*.ts|**/*.js"
72
- ignore: "node_modules"
+ patterns: '**/*.fs|**/*.fsx|**/*.cs|**/*.ts|**/*.js'
+ ignore: './samples/|./benchmarks/'
73
74
- name: Publish Docs
75
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
0 commit comments