- Fix: Mark the current directory as "git safe". Thanks to Matej Focko for the contribution.
- Update the Dockerfile to
debian:bookworm-slim. Thanks to Daniel Terhorst-North for the contribution.
- Define config for git (and go) to access private repositories
- Fix: #57 Tidy up the
action.ymlconfiguration file. Thanks to Daniel Terhorst-North for the contribution.
- Fix: #50 Mark the current working directory as safe. Thanks to Jiri Popelka for the contribution.
- Switched over to downloading the
Linux-64bit.tar.gzfile. See this issue for more context.
- Switched the default branch to
mainfrommaster.
- Remove an early exit statement, identified by bearylogical
- Allow users to specify the
HUGO_PUBLISH_DIRenvironment variable. Resolves #43
- All users to optionally install Go within the action environment. This is not required to deploy the Hugo site.
- Always pull the latest Hugo release, if there is not one set.
- Bumped the version of hugo to v0.88.0
- Bumped the version of hugo to v0.83.1
- Bumped the version of hugo to v0.81.0
- Bumped the version of hugo to v0.80.1
- Bumped the version of hugo to v0.79.1
- Add capability to push public files to target branch
- #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
- Bumped the version of hugo to v0.70.0
- Bumped the version of hugo to v0.65.3
- Addition of some more output to help understand what happens during the action.
- Define the
action.ymlfile required for the Marketplace.
- Allow the user of the action to determine the Hugo version being used for site generation.
- This GitHub action will build your hugo site, and then publish back to GitHub Pages.