Commit 133ca1a
authored
ci: Update aliases when deploying with mike (#38)
This is needed because we expect aliases we are deploying to already
exist, and mike by default will only create new aliases, but not "move"
them.
For example, if the current stable is v0.10.0 (`mike` version will be
`v0.10` and `latest` and `v0` will point to it) and we just released
v0.11.0, then the `latest` and `v0` aliases will need to be changed to
point to `v0.11`.
For more details see:
https://github.com/jimporter/mike#building-your-docs1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments