A composite action for packaging and uploading artifact that can be deployed to GitHub Pages.
⚠️ Official support for building Pages with Actions is in public beta at the moment. The scope is currently limited to public repositories only.
See action.yml
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-release workflow)
draft-release
Push a matching tag, for instance for v0.1.0:
v0.1.0
git tag v0.1.0 git push origin v0.1.0
Publish the draft release (the major tag such as v0 will be created/updated by the release workflow)
v0
release
⚠️ Environment approval is required.
The scripts and documentation in this project are released under the MIT License.