Skip to content

Releases: JamesIves/github-pages-deploy-action

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.

1.0.4

03 Mar 19:55
157d0a2
Compare
Choose a tag to compare

Minor Changes

  • Additional tweaks to the README file.

1.0.3

03 Mar 17:26
3c17968
Compare
Choose a tag to compare

Minor Changes

  • Corrected some minor issues in the README.

1.0.2

03 Mar 17:14
e58ef6c
Compare
Choose a tag to compare

Minor Changes

  • Adds issue and CTA badges to the README.