Closed orels1 closed 1 year ago
Turns out the Server builds run and publish directly from within the /Website folder (compared to /docs locally).
So doing EnsureCleanDirectory was removing all the source html css, etc files from it and thus breaking the build.
EnsureCleanDirectory
I made those only run during local builds now
Turns out the Server builds run and publish directly from within the /Website folder (compared to /docs locally).
So doing
EnsureCleanDirectory
was removing all the source html css, etc files from it and thus breaking the build.I made those only run during local builds now