Skip to content

Commit

Permalink
github pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed May 3, 2024
1 parent f5edb1b commit 0577c6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 0577c6a

Please sign in to comment.