Skip to content

Commit 0d9d143

Browse files
committed
Should be extra
1 parent 4c0f8d6 commit 0d9d143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: astral-sh/setup-uv@v6
2929

3030
- name: Install the project
31-
run: uv sync --extras docs
31+
run: uv sync --extra docs
3232

3333
- name: Build docs
3434
run: uv run jupyter book build .

0 commit comments

Comments
 (0)