mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 14:58:51 +00:00
circleBs: adding circleBs
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user