File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,12 +144,12 @@ jobs:
144
144
145
145
- name : Upload pages artifact
146
146
uses : actions/upload-pages-artifact@v3
147
- if : github.repository_owner == 'ros-planning '
147
+ if : github.repository_owner == 'moveit '
148
148
with :
149
149
path : build/html
150
150
151
151
deploy :
152
- if : github.repository_owner == 'ros-planning ' && github.ref == 'refs/heads/main'
152
+ if : github.repository_owner == 'moveit ' && github.ref == 'refs/heads/main'
153
153
runs-on : ubuntu-latest
154
154
needs : collate_site_artifacts
155
155
environment :
Original file line number Diff line number Diff line change 120
120
121
121
html_context = {
122
122
"display_github" : True ,
123
- "github_user" : "ros-planning " ,
123
+ "github_user" : "moveit " ,
124
124
"github_repo" : "moveit2_tutorials" ,
125
125
"github_version" : "main/" ,
126
126
"conf_py_path" : "" ,
You can’t perform that action at this time.
0 commit comments