Skip to content

Commit 8503e18

Browse files
committed
...
1 parent 2676c1a commit 8503e18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
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
2121
pip install sympy
2222
sudo apt-get install graphviz
2323
- name: Build docs
@@ -29,7 +29,7 @@ jobs:
2929
cd ../
3030
- name: Commit documentation changes
3131
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
3333
cp -r docs/build/html/* gh-pages/
3434
cd gh-pages
3535
git config --local user.email "action@github.com"

0 commit comments

Comments
 (0)