Files
I-Form_Research_Server_Docs/netlify.toml
2023-11-10 17:12:09 +00:00

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
"""