mirror of
https://github.com/Cian-H/I-Form_Research_Server_Docs.git
synced 2025-12-22 22:22:03 +00:00
10 lines
247 B
TOML
10 lines
247 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 &&
|
|
mkdocs build -d site
|
|
""" |