Skip to content

Commit

Permalink
Switching to jazzy
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jan 10, 2025
1 parent 1225ef9 commit f4658d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
- name: Set up ROS
uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
required-ros-distributions: jazzy
# Install packages
- name: Install our packages
run: |
source /opt/ros/humble/setup.bash
source /opt/ros/jazzy/setup.bash
pip install .
# build the documentation
- name: Build documentation
run: |
source /opt/ros/humble/setup.bash
source /opt/ros/jazzy/setup.bash
cd docs
make html
# upload the documentation to GitHub Pages
Expand Down

0 comments on commit f4658d9

Please sign in to comment.