From 8b3fa9ae0a73a948c8342a72166752b455c81a0f Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 26 Jul 2019 07:30:38 +0900 Subject: [PATCH] upgrade: hugo v0.56.0 (#2) * upgrade: hugo v0.56.0 * update: action tag --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 040e0d5..4b0ed2f 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.55.6' +ENV HUGO_VERSION='0.56.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}.deb" ENV BUILD_DEPS="wget ca-certificates" diff --git a/README.md b/README.md index fb4d728..746ba40 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ action "is-branch-master" { action "build" { needs = "is-branch-master" - uses = "peaceiris/actions-hugo@v0.55.6-1" + uses = "peaceiris/actions-hugo@v0.56.0" args = ["--gc", "--minify", "--cleanDestinationDir"] }