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 f2f4be3 commit 5729507Copy full SHA for 5729507
.github/workflows/render-documentation.yml
@@ -25,5 +25,5 @@ jobs:
25
with:
26
source-path: './src'
27
target-path: './docs/api.md'
28
- exclude-pattern: '*/open62541/*'
+ exclude-pattern: '*/open62541/* open62541.h'
29
commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR
0 commit comments