From 0c3112225c1121000e7e4725e0ad34d50cbe1bdf Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 16 Aug 2019 20:42:34 +0900 Subject: [PATCH] upgrade: hugo to v0.57.1 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f145ba0..5b3039c 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.0' +ENV HUGO_VERSION='0.57.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 57b0ff1..c5ea240 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@master - name: build - uses: peaceiris/actions-hugo@v0.57.0 + uses: peaceiris/actions-hugo@v0.57.1 with: args: --gc --minify --cleanDestinationDir - name: deploy