Skip to content

Commit

Permalink
Acomodo directorios
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdocile committed Jul 16, 2024
1 parent 68bcd67 commit b086302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-icons-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
mkdir -p dist/ilustraciones
cp -r src/_ilustraciones/* dist/ilustraciones/.
- name: Descargamos la metadata y generamos el JSON
working-directory: ./iconos
# working-directory: ./iconos
run: |
echo 'Descargamos de Google Sheets el JSON con la metadata'
wget -O ./docs/ilus-google.json 'https://sheets.googleapis.com/v4/spreadsheets/13CLjNqMQlUXj849XYL_nGDaAkE90OOFT3mXL-Iag9xM/values/ilustraciones?alt=json&key=AIzaSyC4jEmhDrBl3bgEi6VEO4Ek5fl7vfHrQcQ'
cat ./docs/ilus-google.json | jq -r '.values as $vals |[ $vals[0] as $keys | $vals[1:][] | [ $keys, . ] | transpose | map({ (.[0]): .[1] }) | add ]' > ./docs/ilus-arg.json
rm ./docs/ilus-google.json
- name: 🧪 Deploy build
working-directory: ./iconos
# working-directory: ./iconos
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
Expand Down

0 comments on commit b086302

Please sign in to comment.