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
When rendering jinja templates for the root directory and writing them to the build destination, a `FileNotFoundError` could be encountered. This is because the code only ensured the existance of the output directory but not of any subfolders templates might be placed into. This PR fixes this and creates the missing subdirectories when necessary.
0 commit comments