From 837fb0ab23f1739559cbf7548af683817ac99b7b Mon Sep 17 00:00:00 2001 From: davidppineiro Date: Mon, 25 Nov 2024 20:34:52 -0800 Subject: [PATCH] update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 298d733..dbad56d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,8 +28,8 @@ jobs: bundler-cache: true - name: Install and Build 🔧 run: | - pip3 install --upgrade jupyter - npm install -g mermaid.cli + python3 -m pip install jupyter nbconvert + npm install -g @mermaid-js/mermaid-cli export JEKYLL_ENV=production bundle exec jekyll build - name: Deploy 🚀