binyomen / pwsh-live-doc

Run real code examples to generate empirical documentation of the complex nonsense that is PowerShell semantics.
https://www.pwsh-live-doc.com/
MIT License
5 stars 0 forks source link

Only remove contents of webroot before build, rather than directory itself #52

Closed binyomen closed 3 years ago

binyomen commented 3 years ago

Previously, if we had a static file server like Python's http.server running in the webroot, we'd have to kill it before and build and restart it once the build was over, since it was locking the webroot and we'd be unable to delete that directory. Now that we're just deleting the webroot contents, the file server doesn't have to be killed.

github-actions[bot] commented 3 years ago

🚀 Deployed on https://60b7cf2ec241d220441e6b11--dazzling-easley-c1a84e.netlify.app