Skip to content

Commit 92ca9ea

Browse files
committed
ci: Add netlify helper build script
Signed-off-by: Anastassios Nanos <ananos@nubificus.co.uk>
1 parent 4bfc5c3 commit 92ca9ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
command = """
3+
pip3 install mkdocs mkdocs-material mkdocs-section-index mkdocs-literate-nav && python3 -m mkdocs build
4+
"""
5+
publish = "site"

0 commit comments

Comments
 (0)