part of: https://github.com/github/pages-engineering/issues/2428
Removing chmod since it tends to slow down deploys. Instead we going to trust by default that the user will have correct file permissions. If this is not the case then we will raise an error from our deployment side and flag file permissions as being a possible culprit.
part of: https://github.com/github/pages-engineering/issues/2428 Removing
chmod
since it tends to slow down deploys. Instead we going to trust by default that the user will have correct file permissions. If this is not the case then we will raise an error from our deployment side and flag file permissions as being a possible culprit.