From 974d77d30f05e4c9013b357676bbbcdf64e3b7a2 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 5 Sep 2019 01:28:54 +0900 Subject: [PATCH] upgrade: Hugo to v0.58.0 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index da160b3..6779504 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.2' +ENV HUGO_VERSION='0.58.0' 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 c89e350..a46b467 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@master - name: build - uses: peaceiris/actions-hugo@v0.57.2 + uses: peaceiris/actions-hugo@v0.58.0 if: github.event.deleted == false with: args: --gc --minify --cleanDestinationDir