actions / deploy-pages

GitHub Action to publish artifacts to GitHub Pages for deployments
https://pages.github.com
MIT License
663 stars 79 forks source link

[Error message] add file permissions in message #336

Closed Its-Just-Nans closed 6 months ago

Its-Just-Nans commented 7 months ago

Hi

I had an error with file permissions (exactly this one https://github.com/actions/deploy-pages/issues/303#issuecomment-1915616098)

I think we can add the file permissions message to users

Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks and total size is less than 10GB.

to

Artifact could not be deployed. Please ensure the content does not contain any hard links, symlinks, have correct file permissions and total size is less than 10GB.

Related to:

TooManyBees commented 6 months ago

Pages deployments on github.com won't fail based on file permissions anymore.