Skip to content

Commit

Permalink
Small fix to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mantelt committed Jun 29, 2023
1 parent 2504902 commit c98bab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: build

on:
push:
paths-ignore:
- 'docs/**'
workflow_dispatch:
schedule:
- cron: "0 1 * * 1"
Expand Down
2 changes: 1 addition & 1 deletion docs/core-software/installation_core.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ sudo apt install python3-catkin-tools python3-catkin-lint python3-pip
# tool for install deps
sudo apt install python3-rosdep
# misc libs/tools
python -m pip install osrf-pycommon
python3 -m pip install osrf-pycommon
```

### Creating catkin workspace
Expand Down

0 comments on commit c98bab4

Please sign in to comment.