From b7618725f988ed77b5c248624ba013030544a909 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 15 Sep 2019 05:24:34 +0900 Subject: [PATCH] deps: Upgrade Hugo to v0.58.2 --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3f57c4..df8edd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}" && \ diff --git a/README.md b/README.md index 1cf4730..8be0e6e 100644 --- a/README.md +++ b/README.md @@ -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