Skip to content

Commit 1e05f45

Browse files
committed
Fix missing dependency and update deployment
1 parent f3cd916 commit 1e05f45

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: ['main']
5+
branches: ['master']
66

77
permissions:
88
contents: read

package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,8 @@
1111
"devDependencies": {
1212
"typescript": "~5.7.2",
1313
"vite": "^6.2.6"
14+
},
15+
"dependencies": {
16+
"three": "^0.175.0"
1417
}
1518
}

0 commit comments

Comments
 (0)