What happens
Pushing a new release tag does not rebuild or redeploy the documentation site. After v0.39.0 (release), https://fullsend.sh/docs/v/ is not a versions index. The page should exist after a tagged release.
The Release workflow ran for v0.39.0 (run). No Build Site run was created for that tag. The last production Build Site run on main was the merge of #6010 at d9e8bec (run), about 37 minutes before the tag.
What should happen
A new v* tag should rebuild the site and publish a versions index at https://fullsend.sh/docs/v/ that includes that release.
How to reproduce
- Push an annotated
v* tag (observed with v0.39.0).
- Confirm the Release workflow runs for the tag.
- Open https://fullsend.sh/docs/v/.
Context
Multi-version docs shipped in #5717. Readers of a tagged release have no versions page for that release until something else happens to rebuild the site.
Related: #5717.
What happens
Pushing a new release tag does not rebuild or redeploy the documentation site. After
v0.39.0(release), https://fullsend.sh/docs/v/ is not a versions index. The page should exist after a tagged release.The Release workflow ran for
v0.39.0(run). No Build Site run was created for that tag. The last production Build Site run onmainwas the merge of #6010 atd9e8bec(run), about 37 minutes before the tag.What should happen
A new
v*tag should rebuild the site and publish a versions index athttps://fullsend.sh/docs/v/that includes that release.How to reproduce
v*tag (observed withv0.39.0).Context
Multi-version docs shipped in #5717. Readers of a tagged release have no versions page for that release until something else happens to rebuild the site.
Related: #5717.