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
refactor: Move writing extra files to an earlier stage in the build
This step does not depend on anything that happens the HTML-rendering steps, only on the Markdown-rendering steps, so it's fine to move earlier.
An example of why it's bad that the files do not exist during the HTML-rendering steps can be seen in a hypothetical commit oprypin/mkdocs@a677dd7 - basing the HTML content on the content of those files fails.
PR #275: #275
0 commit comments