Skip to content

Commit 5729507

Browse files
committed
Skip docs check for open62541.h
1 parent f2f4be3 commit 5729507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/render-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
with:
2626
source-path: './src'
2727
target-path: './docs/api.md'
28-
exclude-pattern: '*/open62541/*'
28+
exclude-pattern: '*/open62541/* open62541.h'
2929
commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR

0 commit comments

Comments
 (0)