mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
add netlify build for docs
This commit is contained in:
parent
820fde36db
commit
6af971768f
7
netlify.toml
Normal file
7
netlify.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[build]
|
||||
publish = "docs/site/"
|
||||
command = """
|
||||
pip3 install mkdocs-material &&
|
||||
cd docs &&
|
||||
mkdocs build
|
||||
"""
|
Loading…
x
Reference in New Issue
Block a user