Skip to content

Commit

Permalink
Fix deploy workflow (#76)
Browse files Browse the repository at this point in the history
* Switching to jazzy

Signed-off-by: Christian Henkel <[email protected]>

* Switching to jazzy

Signed-off-by: Christian Henkel <[email protected]>

---------

Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 authored Jan 10, 2025
1 parent 1225ef9 commit 144955d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest # 24.04
steps:
# Checkout the repository
- name: Checkout repository
Expand All @@ -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 144955d

Please sign in to comment.