Commit bbf858d
Fix deployment: use rsync for reliable file copying
- Replace cp command with rsync for more reliable directory copying
- Ensures all files including styles folder are properly copied to root
- Add enhanced verification to check assets and main.css deployment
- Should resolve CSS loading issues on missingmaps.org
The rsync command is more robust than cp for CI environments and
will properly copy the entire _site directory structure.1 parent 7487fe1 commit bbf858d
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | 120 | | |
| |||
120 | 125 | | |
121 | 126 | | |
122 | 127 | | |
| 128 | + | |
| 129 | + | |
123 | 130 | | |
124 | 131 | | |
| 132 | + | |
| 133 | + | |
125 | 134 | | |
126 | 135 | | |
127 | 136 | | |
| |||
0 commit comments