Skip to content

Commit 0aced45

Browse files
committed
wip build docs
1 parent 67fa412 commit 0aced45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Build docs
4242
run: |
4343
cd docs
44-
sphinx-apidoc -o source ../src
45-
sphinx-build -M html source build
44+
uv run sphinx-apidoc -o source ../src
45+
uv run sphinx-build -M html source build
4646
4747
- name: Setup Pages
4848
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)