A composite action for packaging and uploading artifact that can be deployed to GitHub Pages.
See action.yml
While using this action is optional, we highly recommend it since it takes care of producing (mostly) valid artifacts.
A Pages artifact must:
- Be called
github-pages - Be a single
gziparchive containing a singletarfile
The tar file must:
- be under 10GB in size
- not contain any symbolic or hard links
In order to release a new version of this Action:
-
Locate the semantic version of the upcoming release (a draft is maintained by the
draft-releaseworkflow) -
Push a matching tag, for instance for
v0.1.0:git tag v0.1.0 git push origin v0.1.0
-
Publish the draft release (the major tag such as
v0will be created/updated by thereleaseworkflow)⚠️ Environment approval is required.
The scripts and documentation in this project are released under the MIT License.