mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 03:26:59 +00:00
feat: add script and workflow step for generating SVG variants from logos
This commit is contained in:
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user