Skip to content

Commit cf4f7e3

Browse files
committed
fix: updated build command in vercel,json
1 parent 27426c9 commit cf4f7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"version": 2,
4-
"buildCommand": "pip install -r requirements.txt && python -m mkdocs build --clean --site-dir build",
4+
"buildCommand": "python -m venv .venv && . .venv/bin/activate && pip install -r requirements.txt && python -m mkdocs build --clean --site-dir build",
55
"outputDirectory": "build",
66

77
"cleanUrls": true,

0 commit comments

Comments
 (0)