From 681bdb3b98588e252229c0afdc432854482dc7f3 Mon Sep 17 00:00:00 2001 From: jinningwang Date: Tue, 15 Oct 2024 16:03:03 -0400 Subject: [PATCH] Try to fix action deploy --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 85b7edffcbad..787d1e7367c7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -81,7 +81,7 @@ jobs: value: ${{ github.repository }} - name: Install and Build 🔧 run: | - pip3 install --upgrade jupyter + apt install python3-jupyter export JEKYLL_ENV=production bundle exec jekyll build - name: Purge unused CSS 🧹