1
mirror of https://github.com/jakejarvis/hugo-docker.git synced 2025-04-26 12:58:28 -04:00

Hugo v0.62.1

This commit is contained in:
Jake Jarvis 2020-01-01 12:56:48 -05:00
parent a319ecbac6
commit 64a04bf990
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:latest
ENV HUGO_VERSION 0.62.0
ENV HUGO_VERSION 0.62.1
# remove/comment the following line completely to build with vanilla Hugo:
ENV HUGO_EXTENDED 1

View File

@ -1,7 +1,5 @@
# GitHub Action for [Hugo](https://github.com/gohugoio/hugo) ✏️
> **⚠️ Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/).
This is a simple GitHub Action that contains [Hugo](https://github.com/gohugoio/hugo), the popular static site generator. The [extended version](https://gohugo.io/troubleshooting/faq/#i-get-tocss-this-feature-is-not-available-in-your-current-hugo-version) is now bundled by default. Unlike other actions, this action includes releases going back to [v0.27](https://github.com/gohugoio/hugo/releases/tag/v0.27) (September 2017) for any compatibility requirements.
## Usage
@ -30,6 +28,6 @@ jobs:
```
## License
## Licenses
This project is distributed under the [MIT license](LICENSE.md).
This action is distributed under the [MIT License](LICENSE.md). Hugo is distributed under the [Apache License 2.0](https://github.com/gohugoio/hugo/blob/master/LICENSE).