actions / upload-pages-artifact

A composite action for packaging and uploading an artifact that can be deployed to GitHub Pages.
https://pages.github.com
MIT License
310 stars 74 forks source link

Chmod delete #63

Closed tsusdere closed 1 year ago

tsusdere commented 1 year ago

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.