Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberLord09 authored Oct 10, 2024
1 parent a45581a commit 0fca237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python -m venv .venv # Create a virtual environment
source .venv/bin/activate # Activate the virtual environment
pip install --upgrade pip # Upgrade pip in the virtual environment
pip install nbconvert # Install nbconvert
pip install nbconvert pyyaml # Install nbconvert and PyYAML (yaml module)
# Add any other necessary package installations here
- name: Execute conversion script
Expand Down

0 comments on commit 0fca237

Please sign in to comment.