diff --git a/Dockerfile b/Dockerfile index 5518f09..a3f57c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ 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_URL="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_NAME}.tar.gz" RUN wget "${HUGO_URL}" && \ diff --git a/README.md b/README.md index be8ecb9..cc56162 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@master - name: build - uses: peaceiris/actions-hugo@v0.58.0 + uses: peaceiris/actions-hugo@v0.58.1 with: args: --gc --minify --cleanDestinationDir