mirror of
https://github.com/jakejarvis/hugo-docker.git
synced 2025-04-26 18:48:27 -04:00
Hugo v0.62.1
This commit is contained in:
parent
a319ecbac6
commit
64a04bf990
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:latest
|
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:
|
# remove/comment the following line completely to build with vanilla Hugo:
|
||||||
ENV HUGO_EXTENDED 1
|
ENV HUGO_EXTENDED 1
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# GitHub Action for [Hugo](https://github.com/gohugoio/hugo) ✏️
|
# 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.
|
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
|
## 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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user