Skip to content

Commit

Permalink
Attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
chawins committed Oct 12, 2024
1 parent ae0a36d commit 1865717
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,19 @@ jobs:
valueFile: "_config.yml"
propertyPath: "giscus.repo"
value: ${{ github.repository }}
- name: Install Jupyter
run: |
python3 -m venv venv
source venv/bin/activate
pip3 install --upgrade jupyter
# - name: Install Jupyter
# run: |
# python3 -m venv venv
# source venv/bin/activate
# pip3 install --upgrade jupyter
- name: Install ImageMagick
run: |
sudo apt install imagemagick
- name: Install and Build 🔧
run: |
python3 -m venv venv
source venv/bin/activate
pip3 install --upgrade jupyter
export JEKYLL_ENV=production
bundle exec jekyll build
- name: Purge unused CSS 🧹
Expand Down

0 comments on commit 1865717

Please sign in to comment.