circleBs: fixing buttons

clusterFilter: initial version
This commit is contained in:
Sheldan
2025-08-08 23:28:12 +02:00
parent c8cd522c94
commit 8ef5e61588
13 changed files with 1290 additions and 2 deletions

View File

@@ -64,6 +64,12 @@ jobs:
- name: circleBs Build
run: npx vite build
working-directory: circleBs
- name: clusterFilter Install dependencies
run: npm install
working-directory: clusterFilter
- name: clusterFilter Build
run: npx vite build
working-directory: clusterFilter
- name: Move index
run: cp index.html dist/
- name: Move overview images