feat: add script and workflow step for generating SVG variants from logos

This commit is contained in:
sHa
2025-05-29 23:08:18 +03:00
parent 9f315ac247
commit e33d296aab
5 changed files with 204 additions and 3 deletions

View File

@@ -34,6 +34,9 @@ jobs:
- name: Generate logos.json
run: node scripts/scanLogos.js
- name: Generate SVG variants
run: node scripts/generate-svg-variants.js
- name: Prepare Pages artifact
run: |
mkdir -p ./gh-pages-artifact/build