Skip to content

Commit 285ccff

Browse files
committed
Fix space issue
1 parent 36b3def commit 285ccff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

3434
- name: Build sample
3535
run: |
36-
uv run --extra=sample--python=${{ matrix.python-version }} sphinx-build -W -b notion sample/ build-sample/
36+
uv run --extra=sample --python=${{ matrix.python-version }} sphinx-build -W -b notion sample/ build-sample/
3737
3838
- name: Run lint
3939
run: |

0 commit comments

Comments
 (0)