Skip to content

Commit 7e2d58c

Browse files
committed
Add vercel.json for git-integrated docs deployment
Lets Vercel build the same mkdocs site from source on every push, instead of a one-off manual upload of the generated site/ folder.
1 parent 14b3048 commit 7e2d58c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"buildCommand": "pip install mkdocs-material && mkdocs build --strict",
3+
"outputDirectory": "site",
4+
"framework": null
5+
}

0 commit comments

Comments
 (0)