Fix shared component diff index generation

Because OF COURSE ubuntu has a version of tree from 2023 that doesn't
support the '-' to remove the first path element.
This commit is contained in:
David Baker 2025-07-18 10:54:07 +01:00
parent 148d7fc0a9
commit f3a181a792

View File

@ -35,7 +35,7 @@ jobs:
path: received-images
- name: Generate Index
run: "tree -L 1 --noreport -H '-.' -o received-images/index.html received-images"
run: "cd received-images && tree -L 1 --noreport -H '' -o index.html ."
- name: 📤 Deploy to Netlify
uses: matrix-org/netlify-pr-preview@9805cd123fc9a7e421e35340a05e1ebc5dee46b5 # v3