Commit d2b5efc
committed
fix(deploy): Replace Jekyll build with static site deployment
- Remove unnecessary Node.js and Jekyll dependencies
- Replace Jekyll build process with direct static file copying
- Add proper file permissions and cleanup steps
- Fix deployment workflow for static HTML/CSS/JS site structure
- Resolves build failures caused by Jekyll/Node.js mismatch1 parent fe70f6f commit d2b5efc
1 file changed
+11
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 27 | | |
39 | 28 | | |
40 | 29 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
46 | 41 | | |
47 | 42 | | |
48 | 43 | | |
| |||
0 commit comments