We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8503e18 commit a3b850bCopy full SHA for a3b850b
.github/workflows/sphinx.yml
@@ -29,7 +29,7 @@ jobs:
29
cd ../
30
- name: Commit documentation changes
31
run: |
32
- git clone git+https://github.com/petercorke/sphinx-autorun.git@105fa686606a7551ebf4e7adc1f13a315289e354 --branch gh-pages --single-branch gh-pages
+ git clone https://github.com/bdaiinstitute/spatialmath-python.git --branch gh-pages --single-branch gh-pages
33
cp -r docs/build/html/* gh-pages/
34
cd gh-pages
35
git config --local user.email "action@github.com"
0 commit comments