mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-30 06:51:40 +01:00
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:
parent
148d7fc0a9
commit
f3a181a792
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user