Skip to content

Commit f0bcbf3

Browse files
author
Parsa Azari
committed
Fix deployment: Remove conflicting gh-pages deployment, use GitHub Actions only
1 parent 5197600 commit f0bcbf3

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

deploy.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>3D Portfolio</title>
77
<link rel="icon" type="image/x-icon" href="/favicon.ico">
8+
<!-- Fixed asset loading - version 2 -->
89

910
<!-- Vite will process and bundle CSS automatically when imported in JS -->
1011
<style>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:coverage": "vitest run --coverage",
1313
"test:ui": "vitest --ui",
1414
"generate-models": "node scripts/generate-models.js",
15-
"deploy": "npm run build && gh-pages -d dist"
15+
"deploy": "npm run build"
1616
},
1717
"dependencies": {
1818
"cannon-es": "^0.20.0",

0 commit comments

Comments
 (0)