mirror of
https://github.com/simonw/datasette.git
synced 2026-09-21 07:54:20 +02:00
5 lines
100 B
Bash
5 lines
100 B
Bash
|
|
#!/bin/zsh
|
||
|
|
set -eu
|
||
|
|
|
||
|
|
cd -- "${0:A:h}/docs"
|
||
|
|
exec uv run --with-editable '..[docs]' make livehtml "$@"
|