Skip to content

Commit

Permalink
Add missing dependencies to generate-site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malywut authored Dec 22, 2024
1 parent 2b8c2f3 commit 2b1bcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyyaml jinja2
pip install pyyaml jinja2 requests python-dotenv
- name: Generate HTML
run: python generate_site.py
Expand Down

0 comments on commit 2b1bcab

Please sign in to comment.