Skip to content

Commit 0577c6a

Browse files
committed
github pages deployment
1 parent f5edb1b commit 0577c6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,12 @@ jobs:
144144
145145
- name: Upload pages artifact
146146
uses: actions/upload-pages-artifact@v3
147-
if: github.repository_owner == 'ros-planning'
147+
if: github.repository_owner == 'moveit'
148148
with:
149149
path: build/html
150150

151151
deploy:
152-
if: github.repository_owner == 'ros-planning' && github.ref == 'refs/heads/main'
152+
if: github.repository_owner == 'moveit' && github.ref == 'refs/heads/main'
153153
runs-on: ubuntu-latest
154154
needs: collate_site_artifacts
155155
environment:

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
html_context = {
122122
"display_github": True,
123-
"github_user": "ros-planning",
123+
"github_user": "moveit",
124124
"github_repo": "moveit2_tutorials",
125125
"github_version": "main/",
126126
"conf_py_path": "",

0 commit comments

Comments
 (0)