mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Better recipe for 'just docs'
This commit is contained in:
parent
0a924524be
commit
3eca3ad6d4
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
|
@ -29,7 +29,7 @@ export DATASETTE_SECRET := "not_a_secret"
|
|||
|
||||
# Serve live docs on localhost:8000
|
||||
@docs: cog blacken-docs
|
||||
uv sync --extra docs && cd docs && uv run make livehtml
|
||||
uv run --extra docs make -C docs livehtml
|
||||
|
||||
# Build docs as static HTML
|
||||
@docs-build: cog blacken-docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue