Commit 2df57e2
committed
ci(pages): exclude game dump from Pages deploy (syncing_files timeout)
deploy-pages regenerates the full static dump (`python -m app.dump`) and
uploads it to GitHub Pages. Since the game category grew to ~962k records,
the artifact holds ~1M per-record files and the deploy step times out at
`Current status: syncing_files` / `Error: Timeout reached, aborting!`.
Mirror the TechAPI homepage workflow: after assembling `_site`, drop
`_site/v1/games` and remove `games` from `_site/v1/index.json`. Games stay
available as versioned data in the TechAPI repo; every other collection is
still published. This keeps the deploy within the Pages sync window.
(Latent since the ~1M import on 2026-07-12; only surfaced now that the
setup-python crash in #45 was fixed and the deploy step actually runs.)1 parent 27bba60 commit 2df57e2
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
66 | 79 | | |
67 | 80 | | |
68 | 81 | | |
| |||
0 commit comments