diff --git a/Dockerfile b/Dockerfile index 5b3039c..da160b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/peaceiris/actions-hugo" LABEL "homepage"="https://github.com/peaceiris/actions-hugo" LABEL "maintainer"="peaceiris" -ENV HUGO_VERSION='0.57.1' +ENV HUGO_VERSION='0.57.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}" && \ diff --git a/README.md b/README.md index 95a3c99..6a0c629 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@master - name: build - uses: peaceiris/actions-hugo@v0.57.1 + uses: peaceiris/actions-hugo@v0.57.2 with: args: --gc --minify --cleanDestinationDir - name: deploy