Skip to content

Commit 45a6c04

Browse files
committed
Add exclude pattern
1 parent f405c61 commit 45a6c04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/render-documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
with:
3030
source-path: './src'
3131
target-path: './docs/api.md'
32-
fail-on-warnings: false
32+
fail-on-warnings: false
33+
exclude-pattern: '*/lib/* */microchip/*'

0 commit comments

Comments
 (0)