feat: adds XML tree (#625)

Closes #625
This commit is contained in:
Bjorn Lammers
2025-01-05 01:56:24 +01:00
parent eae46619d4
commit 17cb615947
3 changed files with 49 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ jobs:
run: |
git config --global user.email "homarr-labs@proton.me"
git config --global user.name "Dashboard Icons Bot"
git add tree.json
git add tree.json tree.xml
git commit -m "ci: github-actions: generate file tree" || exit 0
git pull --rebase origin ${{ github.ref_name }}
git push origin HEAD:${{ github.ref_name }}