diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index eb05fff7..75e0a3dc 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -29,7 +29,7 @@ jobs: cd ../ - name: Commit documentation changes run: | - git clone https://github.com/petercorke/spatialmath-python.git --branch gh-pages --single-branch gh-pages + git clone https://github.com/${{ github.repository }}.git --branch gh-pages --single-branch gh-pages cp -r docs/build/html/* gh-pages/ cd gh-pages git config --local user.email "action@github.com"