diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..053ae6f --- /dev/null +++ b/netlify.toml @@ -0,0 +1,10 @@ +[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 +""" \ No newline at end of file