Skip to content

Commit

Permalink
Merge pull request #75 from k-okada/deploy3
Browse files Browse the repository at this point in the history
- add more comments on .deploy.sh
  • Loading branch information
k-okada authored Feb 22, 2019
2 parents a8c49e7 + 9e12cd7 commit 7e6ade9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ catkin_topological_order | while read line; do
fi
done
## add index html for gh-pages
echo "Copied master:READEME.md -> gh-pages:README.md"
sed 's@(\(.*\)/README.md)@(\1)@' README.md > $DEST_DIR/README.md
echo "All copy done!"

0 comments on commit 7e6ade9

Please sign in to comment.