Commit f8d2fbf
fix: Android JDK 21, landing-at-root + app-at-/app, version bump
Android build failed with "invalid source release: 21" because Capacitor 7
requires JDK 21 (workflow had JDK 17). Bumped Android setup-java to 21.
Landing page got wiped on every deploy because deploy-web.yml used
force_orphan: true, which orphan-pushes the gh-pages branch and erases
the /landing folder that deploy-pages.yml had placed there. Merged both
workflows into one (Deploy Site - Landing + Web App) that:
- Builds the web app with vite build --mode web
- Assembles a site/ dir: landing at root, dist at /app
- Single force_orphan push, no more race / overwrite
Deleted the now-redundant deploy-pages.yml.
Updated landing CTAs to point at ./app/ instead of GitHub releases:
- Nav: "Download" becomes "Launch Web App"
- Hero: primary "Launch Web App", secondary "Download Desktop / Mobile"
Bumped package.json 3.1.0 to 3.1.1 so artifact filenames match the
release tag.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent ec960ae commit f8d2fbf
5 files changed
Lines changed: 16 additions & 37 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
39 | 46 | | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
43 | | - | |
| 50 | + | |
44 | 51 | | |
45 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments