Skip to content

Commit

Permalink
image: symlink assets instead of copying in documentation to save space
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Nov 3, 2023
1 parent 921e09c commit 2262fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ cd /home/pi/catkin_ws/src/clover
builder/assets/install_gitbook.sh
gitbook install
gitbook build
# replace assets copy to assets symlink to save space
rm -rf _book/assets && ln -s ../docs/assets _book/assets
touch node_modules/CATKIN_IGNORE docs/CATKIN_IGNORE _book/CATKIN_IGNORE clover/www/CATKIN_IGNORE apps/CATKIN_IGNORE # ignore documentation files by catkin

echo_stamp "Installing additional ROS packages"
Expand Down

0 comments on commit 2262fff

Please sign in to comment.