Skip to content

Commit

Permalink
v0.56.1 (#4)
Browse files Browse the repository at this point in the history
* upgrade: hugo to v0.56.1

* update: readme for v0.56.1
  • Loading branch information
peaceiris authored Jul 28, 2019
1 parent 105e2e8 commit 09ca291
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.56.0'
ENV HUGO_VERSION='0.56.1'
ENV HUGO_URL='https://github.com/gohugoio/hugo.git'

RUN git clone ${HUGO_URL} -b v${HUGO_VERSION} --depth 1 /hugo && \
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/[email protected].0-mod"
uses = "peaceiris/[email protected].1"
args = ["--gc", "--minify", "--cleanDestinationDir"]
}
Expand Down

0 comments on commit 09ca291

Please sign in to comment.