Skip to content

Commit 9d24134

Browse files
committed
WIP
1 parent 456d617 commit 9d24134

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/sphinx-python-dependency-build-checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ jobs:
3939
python3-venv \
4040
rustc
4141
- name: Build Sphinx venv
42+
with:
43+
working-directory: "docs"
4244
run: |
4345
set -ex
44-
make -f docs/Makefile.sp \
46+
make -f Makefile.sp \
4547
sp-install \
4648
PIPOPTS="--no-binary :all:" \
4749
|| ( cat .sphinx/venv/pip_install.log && exit 1 )

0 commit comments

Comments
 (0)