We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67ff04 commit 11a6a53Copy full SHA for 11a6a53
1 file changed
.github/workflows/feature_test.yml
@@ -36,8 +36,8 @@ jobs:
36
run: uv sync --group docs
37
- name: Build Docs
38
run: |
39
- cd docs
40
- uv run sphinx-build -b html . ./_build
+ cd docs
+ uv run sphinx-build -b html . ./_build
41
42
unit_tests:
43
name: "Unit tests: ${{ matrix.os }}-${{ matrix.python-version }}"
0 commit comments