Skip to content

Commit 3eca3ad

Browse files
committed
Better recipe for 'just docs'
1 parent 0a92452 commit 3eca3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export DATASETTE_SECRET := "not_a_secret"
2929

3030
# Serve live docs on localhost:8000
3131
@docs: cog blacken-docs
32-
uv sync --extra docs && cd docs && uv run make livehtml
32+
uv run --extra docs make -C docs livehtml
3333

3434
# Build docs as static HTML
3535
@docs-build: cog blacken-docs

0 commit comments

Comments
 (0)