From f9dd2ecb9f1ce9ebc39c86aca7e1aa7ad803833e Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 8 Oct 2024 18:10:23 +0000 Subject: [PATCH] add files --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index e3cc36b..c57652f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -22,4 +22,4 @@ python -m pip install -r requirements-deploy.txt # build the JupyterLite site jupyter lite --version -jupyter lite build --output-dir dist +jupyter lite build --contents demo/contents --output-dir dist