Skip to content

[Doc] Add command interface notes #4

[Doc] Add command interface notes

[Doc] Add command interface notes #4

name: Check Docs - Rolling
on:
workflow_dispatch:
pull_request:
branches:
- rolling
paths:
- '**.rst'
- '**.md'
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.svg'
- '**.yml'
- '**.yaml'
- '!.github/**' # exclude yaml files in .github directory
- '.github/workflows/rolling-check-docs.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-docs:
name: Check Docs
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@rolling
with:
GZ_ROS2_CONTROL_PR: ${{ github.ref }}