You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[v1.x] ci: pick the docs toolchain per worktree in build-docs.sh
The combined Pages deploy builds both v1.x (site root) and main (/v2/)
from whichever branch triggered it. main now builds with Zensical
(#3073), so the hardcoded mkdocs command
here breaks any v1.x-triggered deploy. Copy main's build-docs.sh verbatim:
each worktree is built with the toolchain its own files declare, mkdocs
remaining the fallback for this branch.
0 commit comments