Releases: benmatselby/hugo-deploy-gh-pages
Releases · benmatselby/hugo-deploy-gh-pages
2.2.0
2.1.1
What's Changed
- Add a dependabot file by @benmatselby in #52
- GHA: Bump actions/checkout from 1 to 3 by @dependabot in #53
- Sync dependabot configuration by @benmatselby in #54
- GHA: Bump actions/checkout from 3 to 4 by @dependabot in #55
- Change safe.directory after git init by @migagi in #56
New Contributors
- @dependabot made their first contribution in #53
- @migagi made their first contribution in #56
Full Changelog: v2.1.0...v2.1.1
2.1.0
- Fix: #50 Mark the current working directory as safe. Thanks to Jiri Popelka for the contribution.
What's Changed
- Mark current directory as safe by @jpopelka in #50
- Get ready for the 2.1.0 release by @benmatselby in #51
New Contributors
Full Changelog: v2.0.0...v2.1.0
2.0.0
What's Changed
- Checkout the right branches. by @benmatselby in #46
- Typo fix for deleting the go.tar.gz file by @benmatselby in #47
- Use the Linux-64bit binary by @benmatselby in #48
Full Changelog: v1.16.0...v2.0.0
1.16.0
- Switched the default branch to
main
frommaster
.- I recommend you use a release tag, or update your workflow files to use
benmatselby/hugo-deploy-gh-pages@main
notbenmatselby/hugo-deploy-gh-pages@master
. - I've left the
master
branch around so it should not break anything for anyone, butmaster
will not be kept up to date now.
- I recommend you use a release tag, or update your workflow files to use
1.15.0
- Remove an early exit statement, identified by bearylogical
1.14.0
- Allow users to specify the
HUGO_PUBLISH_DIR
environment variable. Resolves #43
1.13.0
- All users to optionally install Go within the action environment. This is not required to deploy the Hugo site.
1.12.0
- Always pull the latest Hugo release, if there is not one set.
1.11.0
- Bumped the version of hugo to v0.88.0