Skip to content

Commit b5ba2fa

Browse files
committed
Fix path to Sphinx installation in build workflow
1 parent 0141647 commit b5ba2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Install custom Sphinx in Doc venv
4040
run: |
41-
../Doc/venv/bin/pip install git+https://github.com/revisto/sphinx.git@sphinx-rtl
41+
./Doc/venv/bin/pip install git+https://github.com/revisto/sphinx.git@sphinx-rtl
4242
4343
- name: Checkout translation files
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)