File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,14 +158,14 @@ jobs:
158
158
run : |
159
159
set -e
160
160
set -x
161
- cd ${GITHUB_WORKSPACE}/catkin_ws /src/QpSolverCollection
161
+ cd ${GITHUB_WORKSPACE}/colcon_ws /src/QpSolverCollection
162
162
git config --global user.name "Masaki Murooka"
163
163
git config --global user.email "m-murooka@aist.go.jp"
164
164
git remote set-url origin "https://mmurooka:${{ secrets.CI_TOKEN }}@github.com/isri-aist/QpSolverCollection"
165
165
git fetch --depth=1 origin gh-pages:gh-pages
166
166
git checkout --quiet gh-pages
167
167
rm -rf doxygen/
168
- cp -r ${GITHUB_WORKSPACE}/catkin_ws /build/qp_solver_collection/doc/html/ doxygen
168
+ cp -r ${GITHUB_WORKSPACE}/colcon_ws /build/qp_solver_collection/doc/html/ doxygen
169
169
git add doxygen
170
170
git_status=`git status -s`
171
171
if test -n "$git_status"; then
You can’t perform that action at this time.
0 commit comments