bubbles: added

This commit is contained in:
Sheldan
2025-08-08 22:01:36 +02:00
parent eb7e98b384
commit 0de74e11a3
10 changed files with 1094 additions and 0 deletions

View File

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