Files
mealie/netlify.toml
hay-kot 84043f8235 feat(docs): 👷 add netlify.toml for docs
Add netlify.toml file for automated deployed of documentation on netlify
2021-08-04 09:41:04 -08:00

10 lines
262 B
TOML

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