Sourced from JamesIves/github-pages-deploy-action's releases.
v4.6.8
What's Changed
Bug Fixes ๐
- fix: :bug: Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - #1694.
- fix: Resolved a rare deployment error where the action would complain that
origin/${branch_name} is not a commit and a branch cannot be created from it
. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - #1689.Testing ๐งช
- test: ๐งช Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (
ie @v4
). This was done to combat problems raised by #1697.Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8
v4.6.7
What's Changed
Bug Fixes ๐
- fix: resolved an issue where
main.js
was not found in the v4 major tag.v4.6.6
What's Changed
Bug Fixes ๐
- revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later.
v4.6.5
What's Changed
What's Changed
Bug Fixes ๐
- fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances.
Full Changelog: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5
881db53
Merge branch 'dev' into releases/v44e28ec4
Update version.ymlc14d126
Update integration.yml91f72e3
Deploy Production Code for Commit
77b5e666121b2aa90cd82b593a978636cd94833d ๐77b5e66
Merge branch 'dev' into releases/v4ad7c547
Squashed commit of the following:0c6bce4
Deploy Production Code for Commit
fb1eb73a4857aded8a8a637780df667aa47fc011 ๐fb1eb73
Merge branch 'dev' into releases/v4ff20230
fix: resolve 'origin/gh-pages' is not a commit and a branch cannot be
created...b06fcc8
fix: make the temp branch an orphan