Skip to content

Releases: JamesIves/github-pages-deploy-action

v4.5.0

28 Nov 03:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.3...v4.5.0

v4.4.3

12 Jul 01:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.4.3

v4.4.2

26 May 12:29
Compare
Choose a tag to compare

What's Changed

  • Dependency updates

Full Changelog: v4...v4.4.2

v4.4.1

13 Oct 03:31
Compare
Choose a tag to compare

What's Changed

  • The action now fully runs on Node 16. (Thank you @nickmccurdy)

Changelog

New Contributors

Full Changelog: v4...v4.4.1

v4.4.0

21 Jul 11:22
Compare
Choose a tag to compare

What's Changed

  • Adding tag option to action by @germa89 in #1142 - this can be used by applying a version number to your workflow. You can source this input via a workflow variable to dynamically add a tag to a branch on each deployment. You can find more information about how to use this field in the readme.
  • fix: 🐛 Fixes an issue where informational messages are throwing errors by in #1168
  • Bump eslint-plugin-prettier from 4.0.0 to 4.2.1 by @dependabot in #1159
  • Bump @types/node from 18.0.0 to 18.0.6 by @dependabot in #1169

New Contributors

Sponsors ❤️

github  

Full Changelog: v4...v4.4.0

v4.3.4

26 Jun 13:05
Compare
Choose a tag to compare

Minor Changes

  • The branch parameter is no longer required. It now defaults to gh-pages.
  • Linting scripts have been updated to ensure that everything across the repo gets picked up.
  • Numerous dependency updates.

New Contributors

  • @nickmccurdy made their first contribution in #1155

Sponsors ❤️

github  

Full Changelog: v4...v4.3.4

v4.3.3

26 Apr 02:07
Compare
Choose a tag to compare

Changes

  • Resolves an issue in some workflows that were caused by a recent change to permission handling.

v4.3.2

23 Apr 21:15
Compare
Choose a tag to compare

Changes

  • Resolves an issue with folder permissions that causes an issue in container workflows when rsync attempts to run.

v4.3.1

23 Apr 20:19
Compare
Choose a tag to compare

Changes

  • Resolves an issue caused by Git 2.36 when running the action within a container.
    • The working directory is now added to the safe.directory global directory.
    • Integration tests have been updated so one of the samples run in a Docker container so this gets picked up by integration tests in the future.

v4.3.0

04 Apr 13:59
Compare
Choose a tag to compare

Changes

  • Implements a new option available behind a flag, force. If set to false the action will no longer force push, instead attempting 3 times to resolve rejected commits when making parallel/subsequent deployments. In a future version false will be set as the default. Massive thanks to @rossjrw for this feature addition.
  • Modified the Node version which the action is developed/tested against from 14 to 16.

Minor Changes

  • Third-party dependency updates.
  • Test coverage improvements.