adessoSE / jekyll2cms

Tool for exporting github repo to a CMS
https://www.adesso.de
MIT License
3 stars 3 forks source link

Fix issue with File creation #87

Closed jo2 closed 4 years ago

jo2 commented 4 years ago

If the target of the copy file command's grandparent folder does not exist, an exception is thrown, resulting in today's issue.

Added check if the target folder exists and create it if not.