deps: Upgrade Hugo to v0.58.2
This commit is contained in:
parent
38f4938bc6
commit
b7618725f9
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM golang:1.13.0-buster
|
||||
|
||||
ENV HUGO_VERSION='0.58.1'
|
||||
ENV HUGO_VERSION='0.58.2'
|
||||
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"
|
||||
RUN wget "${HUGO_URL}" && \
|
||||
|
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
|
||||
- name: build
|
||||
uses: peaceiris/actions-hugo@v0.58.1
|
||||
uses: peaceiris/actions-hugo@v0.58.2
|
||||
with:
|
||||
args: --gc --minify --cleanDestinationDir
|
||||
|
||||
|
|
Loading…
Reference in a new issue