1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-11-04 19:30:20 +01:00

chore: remove outdated ICONS.md generation

This commit is contained in:
Bjorn Lammers 2025-04-16 22:48:05 +02:00 committed by Thomas Camlong
parent 27980bc6be
commit 9dec2c6daa
No known key found for this signature in database
GPG key ID: A678F374F428457B
6 changed files with 2 additions and 2330 deletions

View file

@ -77,14 +77,9 @@ jobs:
with:
python-version: "3.9"
- name: Generate ICONS.md
run: python scripts/generate_icons_page.py
- name: Commit and Push Changes
run: |
git config --global user.email "homarr-labs@proton.me"
git config --global user.name "Dashboard Icons Bot"
git add ICONS.md
git commit -m "ci(github-actions): generate ICONS.md" || exit 0
git pull --rebase origin ${{ github.ref_name }}
git push origin HEAD:${{ github.ref_name }}