Skip to content

Commit

Permalink
Try to fix action deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Oct 15, 2024
1 parent 8e3b9bd commit 681bdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🧹
Expand Down

0 comments on commit 681bdb3

Please sign in to comment.