mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-09 11:52:31 +01:00
9 lines
172 B
TOML
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
|
|
"""
|