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 81a64c6 commit 8c4fbc0Copy full SHA for 8c4fbc0
.github/workflows/render-documentation.yml
@@ -8,13 +8,17 @@ on:
8
- ".github/workflows/render-documentation.ya?ml"
9
- "examples/**"
10
- "src/**"
11
+ - "!src/lib/**"
12
+ - "!src/microchip/**"
13
pull_request:
14
branches:
- - main
15
+ - docs_refactor
16
paths:
17
18
19
20
21
22
workflow_dispatch:
23
24
jobs:
0 commit comments