Skip to content

Cleanup: OPC UA is written as "OPC UA" (not "OPC/UA") #15

Cleanup: OPC UA is written as "OPC UA" (not "OPC/UA")

Cleanup: OPC UA is written as "OPC UA" (not "OPC/UA") #15

name: Render Documentation
on:
push:
branches:
- main
paths:
- ".github/workflows/render-documentation.ya?ml"
- "examples/**"
- "src/**"
pull_request:
branches:
- main
paths:
- ".github/workflows/render-documentation.ya?ml"
- "examples/**"
- "src/**"
workflow_dispatch:
jobs:
render-docs:
permissions:
contents: write
uses: arduino/render-docs-github-action/.github/workflows/render-docs.yml@main
with:
source-path: './src'
target-path: './docs/api.md'
exclude-pattern: '*/open62541/* open62541.h o1heap.h'
commit: ${{ github.event_name != 'pull_request' }} # Only commit changes if not a PR