mirror of
https://github.com/Cian-H/I-Form_Research_Server_Docs.git
synced 2025-12-22 22:22:03 +00:00
8 lines
166 B
TOML
8 lines
166 B
TOML
[build]
|
|
publish = "site"
|
|
command = """
|
|
pip3 install -q poetry &&
|
|
poetry config virtualenvs.in-project true &&
|
|
poetry install -v &&
|
|
poetry run mkdocs build -d site
|
|
""" |