upgrade: Hugo to v0.58.1
This commit is contained in:
parent
eb817c8e92
commit
2d9de755b5
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:1.13.0-buster
|
FROM golang:1.13.0-buster
|
||||||
|
|
||||||
ENV HUGO_VERSION='0.58.0'
|
ENV HUGO_VERSION='0.58.1'
|
||||||
ENV HUGO_NAME="hugo_extended_${HUGO_VERSION}_Linux-64bit"
|
ENV HUGO_NAME="hugo_extended_${HUGO_VERSION}_Linux-64bit"
|
||||||
ENV HUGO_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_NAME}.tar.gz"
|
ENV HUGO_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_NAME}.tar.gz"
|
||||||
RUN wget "${HUGO_URL}" && \
|
RUN wget "${HUGO_URL}" && \
|
||||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
uses: peaceiris/actions-hugo@v0.58.0
|
uses: peaceiris/actions-hugo@v0.58.1
|
||||||
with:
|
with:
|
||||||
args: --gc --minify --cleanDestinationDir
|
args: --gc --minify --cleanDestinationDir
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue