Skip to content

Commit

Permalink
github: correct source for rosdoc2
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikViehmann committed Nov 23, 2024
1 parent 58edec7 commit c42277f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
uses: ros-tooling/setup-ros@v0.4
with:
distribution: jazzy
install-packages: ros-jazzy-rosdoc2
install-packages: python3-rosdoc2

- name: Install rosdoc2
run: sudo apt-get update && sudo apt-get install -y ros-jazzy-rosdoc2
run: sudo apt-get update && sudo apt-get install -y python3-rosdoc2

- name: Discover ROS 2 Packages
id: discover-packages
Expand Down

0 comments on commit c42277f

Please sign in to comment.