Skip to content

Commit e3f561c

Browse files
committed
chore: update dependency installation to use requirements.txt
1 parent ab45fd0 commit e3f561c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install Pillow mkdocs-material mkdocs-static-i18n
34+
pip install -r requirements.txt
3535
3636
# Step 4: Run documentation generation script
3737
- name: Generate markdown files from game XMLs

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pillow
2+
mkdocs-material
3+
mkdocs-static-i18n

0 commit comments

Comments
 (0)