mirror of
https://github.com/wassname/persona-steering-template-library.git
synced 2026-06-27 17:01:24 +08:00
16 lines
437 B
Makefile
16 lines
437 B
Makefile
set shell := ["zsh", "-cu"]
|
|
|
|
results-table:
|
|
just readme
|
|
|
|
model-matrix:
|
|
just readme
|
|
|
|
readme:
|
|
uv run python scripts/summarize_model_matrix.py
|
|
QUARTO_PYTHON="$(uv run python -c 'import sys; print(sys.executable)')" quarto render README.qmd --to gfm
|
|
|
|
pages:
|
|
uv run python scripts/summarize_model_matrix.py
|
|
QUARTO_PYTHON="$(uv run python -c 'import sys; print(sys.executable)')" quarto render docs/index.qmd --to html
|