Skip to content

Commit

Permalink
Update jekyll.yml to include jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
sohaamir authored Mar 31, 2024
1 parent 41be860 commit 89caff7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,22 @@ jobs:
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2

- name: Install Node.js for Mermaid CLI
uses: actions/setup-node@v3
with:
node-version: "14"

- name: Install Mermaid CLI
run: npm install -g @mermaid-js/mermaid-cli

- name: Install Python for Jupyter
uses: actions/setup-python@v4
with:
python-version: "3.9"

- name: Install Jupyter
run: pip install jupyter

# Deployment job
deploy:
Expand Down

0 comments on commit 89caff7

Please sign in to comment.