Releases: JamesIves/github-pages-deploy-action
Releases · JamesIves/github-pages-deploy-action
1.1.2
Minor Changes
- Fixes an issue where the base branch would always be set to
master
. Thanks to @jaiselrahman for the pull request.
1.1.1
1.1.0
Major Changes
- If you deploy via this action with a custom domain, Github will nuke the configuration for the domain as the CNAME file is no longer present in the gh-pages branch due to how the commits get processed. In order to solve this I've added an additional environment variable called
CNAME
which will add the domain record into the build directory prior to the deploy. This will maintain the GitHub configuration which will solve the issue of pages 404ing after the deploy.
1.0.9
1.0.8
Major Changes
- Removed the need to create the remote branch prior to deployment. The action will now automatically create it for you if it doesn't exist when you attempt to deploy.
- Updated the README file to reflect this.
Credits
Thanks to @lizafloyd for the review.