Commit 220c44b
authored
🤖 Debug and fix cmux.io deployment (#51)
## Problem
cmux.io still returns 404 even after PR #49 which added CNAME file.
## Root Cause Investigation
Need to verify:
- CNAME file is being copied correctly to build output
- GitHub Pages is configured to use custom domain
- Deployment is actually happening
## Changes
1. **Add verification logging** - Show CNAME file content and verify it
exists in build output
2. **Update wait_pr_checks.sh** - Exit successfully when PR is
auto-merged (prevents hanging)
## Next Steps
Once this PR runs, we can see in the logs whether CNAME is correctly
placed in the artifact. If it is, the issue may be:
- GitHub Pages custom domain settings need to be configured in repo
settings
- DNS propagation delay
- Need to manually trigger GitHub Pages deployment
## Testing
Check the workflow logs after this runs to verify CNAME is in
`docs/book/CNAME`.
_Generated with `cmux`_1 parent 37ef566 commit 220c44b
2 files changed
+25
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
59 | 63 | | |
60 | 64 | | |
61 | 65 | | |
62 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
63 | 76 | | |
64 | 77 | | |
65 | 78 | | |
66 | 79 | | |
67 | | - | |
| 80 | + | |
68 | 81 | | |
69 | 82 | | |
| 83 | + | |
70 | 84 | | |
71 | 85 | | |
72 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
25 | 33 | | |
26 | 34 | | |
27 | 35 | | |
| |||
0 commit comments