1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-07-20 01:38:58 +02:00

chore(lfs): move tree.xml to large file storage as size exceeds 100mb ()

* chore(lfs): move tree.xml to large file storage as size exceeds 100mb

* chore: install lfs for git in workflows to commit changes to tree.xml
This commit is contained in:
Meier Lukas 2025-04-06 17:22:13 +02:00 committed by GitHub
parent c127d27969
commit ac94af5adb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -28,10 +28,12 @@ jobs:
with:
python-version: "3.11"
- name: Install Dependencies
# lfs is needed as tree.xml has size > 100mb
run: |
pip install cairosvg pillow requests
sudo apt-get update
sudo apt-get install -y zopfli webp
git lfs install
- name: Parse issue form
id: parse_issue_form
run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"

View file

@ -28,10 +28,12 @@ jobs:
with:
python-version: "3.11"
- name: Install Dependencies
# lfs is needed as tree.xml has size > 100mb
run: |
pip install cairosvg pillow requests
sudo apt-get update
sudo apt-get install -y zopfli webp
git lfs install
- name: Parse issue form
id: parse_issue_form
run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"