mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
add netlify config
This commit is contained in:
parent
ae524c4f84
commit
be3b7d754e
2 changed files with 5 additions and 0 deletions
4
mkdocs-website/netlify.toml
Normal file
4
mkdocs-website/netlify.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# netlify.toml
|
||||
[build]
|
||||
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git && mkdocs build"
|
||||
publish = "site"
|
||||
1
mkdocs-website/runtime.txt
Normal file
1
mkdocs-website/runtime.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
3.8
|
||||
Loading…
Add table
Add a link
Reference in a new issue