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

experimenting

This commit is contained in:
Puyodead1 2023-08-30 22:56:37 -04:00
parent b5c6efa84d
commit 5013ffa437
No known key found for this signature in database
GPG Key ID: BA5F91AAEF68E5CE
2 changed files with 9 additions and 0 deletions

8
netlify.toml Normal file
View File

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

1
runtime.txt Normal file
View File

@ -0,0 +1 @@
3.11