Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidppineiro committed Nov 26, 2024
1 parent 72fc82f commit 837fb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 🚀
Expand Down

0 comments on commit 837fb0a

Please sign in to comment.