Files
I-Form_Research_Server_Docs/netlify.toml
2023-11-10 17:08:46 +00:00

10 lines
258 B
TOML

[build]
publish = "site"
command = """
restore_home_cache ".cache" "pip cache" &&
restore_cwd_cache '.venv' 'python virtualenv' &&
pip3 install -q poetry &&
poetry config virtualenvs.in-project true &&
poetry install -v &&
poetry run mkdocs build -d site
"""