Skip to content

Commit 271b729

Browse files
committed
Fix: _build dir does not exist in GH Action
1 parent e5147ac commit 271b729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
- name: Build (Python ${{ matrix.python }})
6161
run: |
6262
set -x
63-
uv build
63+
uv build -C build-dir=_build
6464
cd _build && uv run --group docs --no-editable -m sphinx -b html -W -v ../docs html

0 commit comments

Comments
 (0)