Skip to content

Latest commit

 

History

History
87 lines (45 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

87 lines (45 loc) · 2.15 KB

CHANGELOG

2.2.0

2.1.0

  • Fix: #50 Mark the current working directory as safe. Thanks to Jiri Popelka for the contribution.

2.0.0

  • Switched over to downloading the Linux-64bit.tar.gz file. See this issue for more context.

1.16.0

  • Switched the default branch to main from master.

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

1.10.0

  • Bumped the version of hugo to v0.83.1

1.9.0

  • Bumped the version of hugo to v0.81.0

1.8.0

  • Bumped the version of hugo to v0.80.1

1.7.0

  • Bumped the version of hugo to v0.79.1

1.6.0

  • Add capability to push public files to target branch

1.5.0

  • #28 Add the ability to use the Extended version of Hugo. Thanks to Michael Schlottke-Lakemper.
  • Bumped the version of hugo to v0.73.0
  • Convert the docker image over to Debian

1.4.0

  • Bumped the version of hugo to v0.70.0

1.3.0

  • Bumped the version of hugo to v0.65.3

1.2.1

  • Addition of some more output to help understand what happens during the action.

1.2.0

  • Define the action.yml file required for the Marketplace.

1.1.0

  • Allow the user of the action to determine the Hugo version being used for site generation.

1.0.0

  • This GitHub action will build your hugo site, and then publish back to GitHub Pages.