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

Show warning if Pages artifact size is greater than 1 GB #59

Open JamesMGreene opened 1 year ago

JamesMGreene commented 1 year ago

It would be a nice improvement to check the size of the Pages artifact to-be-deployed and then issue a warning message (but not outright fail, at least within the current major version of this action) if the Pages Terms of Service limit of 1 GB is exceeded.

Related:

yoannchaudet commented 1 year ago

That's a great idea!