Commit 5fa6504
fix(docs): copy aliases instead of symlinks in mike deploy (#413)
GitHub Pages legacy 'Deploy from a branch' source rejects symlinks
in the published site:
Failed to deploy site, please ensure the repository does not
contain any hard links, symlinks and total size is less than 10GB.
mike's default alias mode is 'symlink' (latest -> v0, stable -> v0).
Switch to '--alias-type=copy' so mike materializes /latest/ and
/stable/ as full directory copies of /v0/. URLs are unchanged from
the reader's perspective; only the on-disk representation in the
gh-pages branch differs.
Verified gh-pages deploy 4449135971 (2026-04-22) failed with exactly
this symlink message, as did multiple 2024 pages/builds entries.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9cbc765 commit 5fa6504
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
0 commit comments