File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
run : |
18
18
python -m pip install --upgrade pip
19
19
pip install .[dev,docs]
20
- pip install git+https://github.com/petercorke/sphinx-autorun.git
20
+ pip install git+https://github.com/petercorke/sphinx-autorun.git@105fa686606a7551ebf4e7adc1f13a315289e354
21
21
pip install sympy
22
22
sudo apt-get install graphviz
23
23
- name : Build docs
29
29
cd ../
30
30
- name : Commit documentation changes
31
31
run : |
32
- git clone git+https://github.com/petercorke/sphinx-autorun.git --branch gh-pages --single-branch gh-pages
32
+ git clone git+https://github.com/petercorke/sphinx-autorun.git@105fa686606a7551ebf4e7adc1f13a315289e354 --branch gh-pages --single-branch gh-pages
33
33
cp -r docs/build/html/* gh-pages/
34
34
cd gh-pages
35
35
git config --local user.email "action@github.com"
You can’t perform that action at this time.
0 commit comments