Skip to content

Commit

Permalink
Update sourcing of built packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian authored Aug 12, 2024
1 parent a93cf11 commit 0e62237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
with:
required-ros-distributions: jazzy
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
package-name: hector_math hector_math_py
target-ros2-distro: jazzy
skip-tests: true
- name: Build documentation
run: |
. ../../install/setup.sh && cd docs && make html
. ${{ steps.action_ros_ci_step.outputs.ros-workspace-directory-name }}/install/setup.sh && cd docs && make html
- uses: actions/upload-pages-artifact@v3
with:
name: github-pages
Expand Down

0 comments on commit 0e62237

Please sign in to comment.