mirror of
https://github.com/Sheldan/canvas.git
synced 2026-03-24 21:53:25 +00:00
dotLines: initial adding
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -76,6 +76,12 @@ jobs:
|
||||
- name: collatzConjecture Build
|
||||
run: npx vite build
|
||||
working-directory: collatzConjecture
|
||||
- name: dotLines Install dependencies
|
||||
run: npm install
|
||||
working-directory: dotLines
|
||||
- name: dotLines Build
|
||||
run: npx vite build
|
||||
working-directory: dotLines
|
||||
- name: Move index
|
||||
run: cp index.html dist/
|
||||
- name: Move overview images
|
||||
|
||||
Reference in New Issue
Block a user