From 0577c6acc41ffb18d30746afcfce8243df9ae0d0 Mon Sep 17 00:00:00 2001 From: v4hn Date: Fri, 3 May 2024 12:21:04 +0200 Subject: [PATCH] github pages deployment --- .github/workflows/deploy.yml | 4 ++-- conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f799d1762b..2b4b8e2260 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -144,12 +144,12 @@ jobs: - name: Upload pages artifact uses: actions/upload-pages-artifact@v3 - if: github.repository_owner == 'ros-planning' + if: github.repository_owner == 'moveit' with: path: build/html deploy: - if: github.repository_owner == 'ros-planning' && github.ref == 'refs/heads/main' + if: github.repository_owner == 'moveit' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest needs: collate_site_artifacts environment: diff --git a/conf.py b/conf.py index 2ca1a9ad12..050417c0f9 100644 --- a/conf.py +++ b/conf.py @@ -120,7 +120,7 @@ html_context = { "display_github": True, - "github_user": "ros-planning", + "github_user": "moveit", "github_repo": "moveit2_tutorials", "github_version": "main/", "conf_py_path": "",