Releases: rossjrw/pr-preview-action
v1.4.0
v1.3.2
Bugfixes
- No longer assumes that a repo with the same name as its org/owner is a GitHub Pages root site (i.e. orgname.github.io). GitHub Pages root repositories are now detected by the repo name being the same as the org/owner name, and ending in
.github.io
. Thank you to @electrofelix for this contribution. (#39, #40)
v1.3.1
Fixes an error when calling this Action with a pinned commit SHA. (#36)
Thank you to @boneskull for the contribution.
v1.3.0
Adds a new parameter, custom-url
, that accepts a base URL to use when creating the link to the preview site.
Thank you to @dan-hanlon for the contribution. (#24)
When not present, the base URL will be the repository's GitHub Pages URL. This is the default behaviour.
v1.2.0
PR Previews now support user and organisation github.io repositories. Thank you to @ENG-Jole for this contribution.
v1.1.1
The link to previews is now given with a trailing slash. Thank you to @jleifeld for this fix.
v1.1.0
Preview deployments are now rebased onto the deployment branch instead of force pushed: JamesIves/github-pages-deploy-action#1054
v1.0.0
First proper release of the PR Preview action.
Will probably work for simple use cases - for more complex ones, probably consider Vercel/Netlify.
v0.0.1
Initial alpha release for testing.
Full Changelog: v0.0.0...v0.0.1