From d617b53c1303433ce22bad276b80886770525481 Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Fri, 3 May 2024 18:07:38 -0500 Subject: [PATCH] copy the package into JupyterLite's runtime --- .github/workflows/site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 021b12d..8aef0fe 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -20,7 +20,7 @@ jobs: working-directory: site run: | python -m pip install -r requirements.txt - python -m pip install .. + cp -a ../src/my_cool_package files/ - name: Build the JupyterLite site working-directory: site run: |