fix: Add step to generate logos.json in GitHub Pages workflow

This commit is contained in:
sHa
2025-04-28 09:52:18 +03:00
parent e2614693fd
commit b71a7fbb82

View File

@@ -28,6 +28,9 @@ jobs:
- name: Build project
run: npm run build
- name: Generate logos.json
run: node scripts/scanLogos.js
- name: Prepare Pages artifact
run: |
mkdir -p ./gh-pages-artifact/build