circleBs: adding circleBs

This commit is contained in:
Sheldan
2025-08-08 22:58:43 +02:00
parent fd799ea724
commit c8cd522c94
10 changed files with 1050 additions and 0 deletions

View File

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