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