mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-10-27 13:39:03 +08:00
chore(lfs): move tree.xml to large file storage as size exceeds 100mb (#1106)
* 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:
@@ -28,10 +28,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
# lfs is needed as tree.xml has size > 100mb
|
||||||
run: |
|
run: |
|
||||||
pip install cairosvg pillow requests
|
pip install cairosvg pillow requests
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y zopfli webp
|
sudo apt-get install -y zopfli webp
|
||||||
|
git lfs install
|
||||||
- name: Parse issue form
|
- name: Parse issue form
|
||||||
id: parse_issue_form
|
id: parse_issue_form
|
||||||
run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"
|
run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"
|
||||||
|
|||||||
@@ -28,10 +28,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
# lfs is needed as tree.xml has size > 100mb
|
||||||
run: |
|
run: |
|
||||||
pip install cairosvg pillow requests
|
pip install cairosvg pillow requests
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y zopfli webp
|
sudo apt-get install -y zopfli webp
|
||||||
|
git lfs install
|
||||||
- name: Parse issue form
|
- name: Parse issue form
|
||||||
id: parse_issue_form
|
id: parse_issue_form
|
||||||
run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"
|
run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"
|
||||||
|
|||||||
Reference in New Issue
Block a user