File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66jobs :
77 sphinx :
88 runs-on : ubuntu-22.04
9- # if: ${{ github.event_name != 'pull_request' }}
9+ if : ${{ github.event_name != 'pull_request' }}
1010 steps :
1111 - uses : actions/checkout@v2
1212 - name : Set up Python 3.8
1717 run : |
1818 python -m pip install --upgrade pip
1919 pip install .[dev,docs]
20- pip install git+https://github.com/bdaiinstitute /sphinx-autorun.git
20+ pip install git+https://github.com/petercorke /sphinx-autorun.git
2121 pip install sympy
2222 sudo apt-get install graphviz
2323 - name : Build docs
2929 cd ../
3030 - name : Commit documentation changes
3131 run : |
32- git clone https://github.com/bdaiinstitute/spatialmath-python .git --branch gh-pages --single-branch gh-pages
32+ git clone git+ https://github.com/petercorke/sphinx-autorun .git --branch gh-pages --single-branch gh-pages
3333 cp -r docs/build/html/* gh-pages/
3434 cd gh-pages
3535 git config --local user.email "action@github.com"
You can’t perform that action at this time.
0 commit comments