Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a3bed59

Browse files
committedMay 21, 2022
auto-doc
1 parent 6042049 commit a3bed59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎netlify.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build]
2+
publish = "site"
3+
command = """
4+
pip3 install mkdocs-material &&
5+
pip3 install mkdocs-include-markdown-plugin &&
6+
mkdocs build -d site
7+
"""

0 commit comments

Comments
 (0)
Please sign in to comment.