mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 11:22:31 +01:00
experimenting
This commit is contained in:
parent
b5c6efa84d
commit
5013ffa437
8
netlify.toml
Normal file
8
netlify.toml
Normal 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
1
runtime.txt
Normal file
@ -0,0 +1 @@
|
||||
3.11
|
Loading…
Reference in New Issue
Block a user