Skip to content

Releases: JamesIves/github-pages-deploy-action

2.0.0

21 Aug 15:29
f5a4689
Compare
Choose a tag to compare

Going forward version 2.0.0 and above will fully support the new GitHub actions CICD/yaml workflow style. The action will still work with the former HCL style for now but it's no longer going to be actively supported as GitHub plans to deprecate it by September 30 2019.

You can learn about how to migrate your usage of this action to the new yaml format by reading the GitHub migration guide and the action README file here. The biggest change is that you now need to call the actions/checkout action prior to using this action.

Any issues can be reported here.

Major Changes

  • Changes the README to use the CICD workflow instructions using the new yaml format.

1.1.3

18 Jul 16:10
Compare
Choose a tag to compare

Release Notes

  • Adds -e to the script to prevent any script failures from continuing the build process.

1.1.2

17 May 19:04
Compare
Choose a tag to compare

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

03 Apr 14:10
7083c85
Compare
Choose a tag to compare

Minor Changes

  • Removed unrequired files from the master branch.

1.1.0

18 Mar 04:12
Compare
Choose a tag to compare

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

17 Mar 18:38
75235ec
Compare
Choose a tag to compare

Minor Changes

  • Updated the README based on feedback.

1.0.8

04 Mar 16:36
b113d69
Compare
Choose a tag to compare

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.

1.0.7

04 Mar 13:07
7e7e6c8
Compare
Choose a tag to compare

Minor Changes

  • Couple of small tweaks in the README for clarity.

1.0.6

03 Mar 22:05
Compare
Choose a tag to compare

Minor Changes

  • Adds example for filtering.

1.0.5

03 Mar 21:19
58f65a7
Compare
Choose a tag to compare

Minor Changes

  • Made a couple of changes to the required env and secrets to make sure that gh-pages properly deploys.