We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c8d69 commit 552ea4cCopy full SHA for 552ea4c
.github/workflows/docs/action.yml
@@ -5,6 +5,7 @@ runs:
5
steps:
6
7
- name: Install ROS Noetic
8
+ shell: bash
9
run: |
10
sudo add-apt-repository universe
11
sudo add-apt-repository restricted
@@ -21,16 +22,19 @@ runs:
21
22
sudo apt install ros-noetic-ros-base python3-catkin-tools
23
24
- name: Build documentation package
25
26
27
source /opt/ros/noetic/setup.bash
28
catkin build documentation
29
30
- name: Use Node.js
31
32
uses: actions/setup-node@v3
33
with:
34
node-version: 20
35
36
- name: Build documentation
37
38
39
40
source devel/setup.bash
0 commit comments