-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add custom rosdoc2 config for ros2_control metapackage (#1484)
- Loading branch information
1 parent
7ffe1b7
commit 86dd7d2
Showing
7 changed files
with
75 additions
and
2,579 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: rosdoc2 | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
paths: | ||
- ros2_control/doc/** | ||
- ros2_control/rosdoc2.yaml | ||
- ros2_control/package.xml | ||
|
||
|
||
jobs: | ||
check: | ||
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-rosdoc2.yml@master |
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
Oops, something went wrong.