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
Fix genDoc script. Make sure main website is generated on snapshot.
When building a snapshot of the documentation, we must
also build the main website. Essentially this means generating
the same website twice, one time in the root directory,
the second time in the $version/ subdirectory of the root.
This is so because the contents of the github website will be
completely overwritten by the result of the `genDocs` command.
Hence, when the command is run with `-doc-snapshot` flag,
we must not only capture the doc snapshot but also generate the valid
website.
0 commit comments