We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b3def commit 285ccffCopy full SHA for 285ccff
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Build sample
35
run: |
36
- uv run --extra=sample--python=${{ matrix.python-version }} sphinx-build -W -b notion sample/ build-sample/
+ uv run --extra=sample --python=${{ matrix.python-version }} sphinx-build -W -b notion sample/ build-sample/
37
38
- name: Run lint
39
0 commit comments