Skip to content

Commit

Permalink
Add dependencies for image generation
Browse files Browse the repository at this point in the history
  • Loading branch information
malywut authored Dec 23, 2024
1 parent 2b1bcab commit f1de11b
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 requests python-dotenv
pip install pyyaml jinja2 requests python-dotenv selenium Pillow webdriver-manager
- name: Generate HTML
run: python generate_site.py
Expand Down

0 comments on commit f1de11b

Please sign in to comment.