You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was struggling with why deploy-pages was rejecting my artifact, and it turns out it is because I was following the README and gzip-compressing my tarball. Removing that step resolved the issue. [...] Deploy-pages expects a zip containing an uncompressed tar.
Please update the misleading README. It should not mention "gzip", and it should note that upload-artifact, used internally, creates a zip for you.
The text was updated successfully, but these errors were encountered:
I think it says if you DO NOT choose to use this plugin.
While choosing to use this action as part of your approach to deploying to GitHub Pages is technically optional, we highly recommend it since it takes care of producing (mostly) valid artifacts.
However, if you do not choose to use this action but still want to deploy to Pages using an Actions workflow, then you must upload an Actions artifact that meets the following criteria:
...
As previously mentioned here:
Please update the misleading README. It should not mention "gzip", and it should note that upload-artifact, used internally, creates a zip for you.
The text was updated successfully, but these errors were encountered: