1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-09 11:52:31 +01:00
docs/netlify.toml
2023-08-30 22:56:37 -04:00

9 lines
172 B
TOML

[build]
publish = "site"
command = """
restore_home_cache ".cache" "pip cache" &&
restore_cwd_cache '.venv' 'python virtualenv' &&
pip3 install &&
mkdocs build -d dist
"""