Skip to content

Commit

Permalink
upgrade: hugo v0.56.0 (#2)
Browse files Browse the repository at this point in the history
* upgrade: hugo v0.56.0

* update: action tag
  • Loading branch information
peaceiris authored Jul 25, 2019
1 parent 436e91b commit 8b3fa9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down

0 comments on commit 8b3fa9a

Please sign in to comment.