From 3ae38e36ce135ee0bd8e64e33020523390828ec2 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Thu, 16 Jan 2025 23:45:34 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d70c09..5cb330e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,8 +22,10 @@ jobs: run: | python -m pip install -r requirements.txt git clone https://github.com/trungleduc/jupyterview.git + cd jupyterview python -m pip install -e . jupyter labextension develop . --overwrite + cd .. - name: Build the JupyterLite site run: | cp README.md content