dotLines: initial adding

This commit is contained in:
Sheldan
2025-08-08 23:50:33 +02:00
parent 7337a4c917
commit 8c86e89470
9 changed files with 1140 additions and 0 deletions

View File

@@ -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