[CM] Remove support for the description parameter and use only robot_description
topic
#47
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rolling Check Docs | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- master | |
paths: | |
- '**.rst' | |
- '**.md' | |
- '**.yaml' | |
- '.github/workflows/rolling-check-docs.yml' | |
jobs: | |
check-docs: | |
name: Check Docs | |
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@rolling | |
with: | |
ROS2_CONTROL_PR: ${{ github.ref }} |