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:
parent
27980bc6be
commit
9dec2c6daa
6 changed files with 2 additions and 2330 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue