diff --git a/deploy/deploy.sh b/deploy/deploy.sh index c57652f..48f7e1e 100644 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -22,4 +22,4 @@ python -m pip install -r requirements-deploy.txt # build the JupyterLite site jupyter lite --version -jupyter lite build --contents demo/contents --output-dir dist +jupyter lite build --contents contents --output-dir dist diff --git a/deploy/requirements-deploy.txt b/deploy/requirements-deploy.txt index 5829714..26aff29 100644 --- a/deploy/requirements-deploy.txt +++ b/deploy/requirements-deploy.txt @@ -1,4 +1,4 @@ jupyterlab>=4,<5 jupyterlite-core>=0.4,<0.5 jupyterlite-pyodide-kernel -. +.. diff --git a/vercel.json b/vercel.json index fbd646c..820f533 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,4 @@ { - "buildCommand": "cd deploy && bash ./deploy.sh", - "outputDirectory": "deploy/dist", "headers": [ { "source": "/(.*)",