1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 11:22:31 +01:00

Update netlify.toml

This commit is contained in:
Puyodead1 2023-08-30 23:01:27 -04:00
parent e74825e304
commit 582d102a7f
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE

View File

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