Skip to content

Commit

Permalink
Adding troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmcf committed Nov 7, 2023
1 parent 71ebb7c commit 4925604
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-medias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
uses: actions/checkout@v2
- name: Generate media generator file
run: |
ls
pwd
find collection/ -type f -name "*.mscz" | jq -R -s -c 'split("\n") | map({"in":., "out": [[ . | sub(".mscz";"_"),".svg"],"\(. | sub(".mscz";".metajson"))"]})' | jq 'map(select(.in != ""))' > media-generation.json

0 comments on commit 4925604

Please sign in to comment.