Skip to content

Releases: benmatselby/hugo-deploy-gh-pages

2.5.0

Choose a tag to compare

@benmatselby benmatselby released this 20 Nov 11:41

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.5.0

2.4.0

Choose a tag to compare

@benmatselby benmatselby released this 14 Jul 15:13

What's Changed

Full Changelog: v2.3.0...v2.4.0

2.3.0

Choose a tag to compare

@benmatselby benmatselby released this 15 Mar 20:35

What's Changed

  • Define config for git (and go) to access private repositories by @benmatselby in #61

Full Changelog: v2.2.0...v2.3.0

2.2.0

Choose a tag to compare

@benmatselby benmatselby released this 14 Jun 05:53

What's Changed

  • Remove inputs from action.yml since they are all env vars now by @tastapod in #58

New Contributors

Full Changelog: v2.1.1...v2.2.0

2.1.1

Choose a tag to compare

@benmatselby benmatselby released this 03 Feb 10:48

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

2.1.0

Choose a tag to compare

@benmatselby benmatselby released this 03 Jan 16:46
  • Fix: #50 Mark the current working directory as safe. Thanks to Jiri Popelka for the contribution.

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

2.0.0

Choose a tag to compare

@benmatselby benmatselby released this 27 Sep 07:22

What's Changed

Full Changelog: v1.16.0...v2.0.0

1.16.0

Choose a tag to compare

@benmatselby benmatselby released this 22 Jun 21:42
  • Switched the default branch to main from master.
    • I recommend you use a release tag, or update your workflow files to use benmatselby/hugo-deploy-gh-pages@main not benmatselby/hugo-deploy-gh-pages@master.
    • I've left the master branch around so it should not break anything for anyone, but master will not be kept up to date now.

1.15.0

Choose a tag to compare

@benmatselby benmatselby released this 11 Mar 08:56
  • Remove an early exit statement, identified by bearylogical

1.14.0

Choose a tag to compare

@benmatselby benmatselby released this 08 Mar 16:13
  • Allow users to specify the HUGO_PUBLISH_DIR environment variable. Resolves #43