Commit fe46976
Stop upptime from wiping our custom design every time it auto-deploys
Every time upptime's site workflow ran, it rebuilt the status page from
scratch and overwrote whatever design changes we'd made directly on the
gh-pages branch, so someone had to keep manually re-applying the design
after every bot commit.
Turns out upptime copies anything in assets/ straight into the built
site, and .upptimerc.yml can inject custom CSS/JS through it. So instead
of hand-editing the generated output, our global.css, theme colors, and
the status-icon-fix script now live in assets/ and get pulled in on
every rebuild automatically - no more manual restoring after each deploy.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent f5f8a1b commit fe46976
7 files changed
Lines changed: 1128 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
0 commit comments