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 3d29c75Copy full SHA for 3d29c75
.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