mirror of
https://github.com/Sheldan/canvas.git
synced 2026-01-01 14:58:51 +00:00
collatzConjecture: initial adding
clusterFilter: fixing package.json
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -70,6 +70,12 @@ jobs:
|
||||
- name: clusterFilter Build
|
||||
run: npx vite build
|
||||
working-directory: clusterFilter
|
||||
- name: collatzConjecture Install dependencies
|
||||
run: npm install
|
||||
working-directory: collatzConjecture
|
||||
- name: collatzConjecture Build
|
||||
run: npx vite build
|
||||
working-directory: collatzConjecture
|
||||
- name: Move index
|
||||
run: cp index.html dist/
|
||||
- name: Move overview images
|
||||
|
||||
Reference in New Issue
Block a user